|
SYNOPSIS
xsltStylesheet xsltParseStylesheetDoc(xmlDoc doc)
Parameters:
-
doc - the XML document to build the stylesheet from
Returns:
DESCRIPTION
xsltParseStylesheetDoc is used to create a new
xsltStylesheet from an XML document that has already been
parsed as an xmlDoc, or that was created dynamically.
xsltParseStylesheetFile and xsltParseStylesheetString
are usually used instead.
EXAMPLE
<$style = (xsltParseStylesheetDoc($doc))>
SEE ALSO
xsltApplyStylesheet,
xsltParseStylesheetFile,
xsltParseStylesheetString
Copyright © Thunderstone Software Last updated: Mon Feb 18 10:28:15 EST 2013
|