xsltParseStylesheetDoc

SYNOPSIS

xsltStylesheet xsltParseStylesheetDoc(xmlDoc doc)

Parameters:

  • doc - the XML document to build the stylesheet from

Returns:

  • the new xsltStylesheet


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: Oct 24 2023
Copyright © 2024 Thunderstone Software LLC. All rights reserved.