SYNOPSISxsltStylesheet xsltParseStylesheetDoc(xmlDoc doc)
Parameters:
doc
- the XML document to build the stylesheet from
Returns:
xsltStylesheet
DESCRIPTIONxsltParseStylesheetDoc
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 ALSOxsltApplyStylesheet
,
xsltParseStylesheetFile
,
xsltParseStylesheetString