Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint
Share this Page URL
Help

Referenz für clientseitiges JavaScript > XSLTProcessor.importStylesheet( )

XSLTProcessor.importStylesheet( )Gibt ein XSLT-Stylesheet für Transformationen an

Überblick

void importStylesheet(Node stylesheet)

Argumente


stylesheet

Das für Transformationen zu verwendende XSLT-Stylesheet. Das kann ein eigenständiges Dokument sein, ein <xsl:stylesheet>-Element oder ein <xsl:transform>-Element.

Beschreibung

importStyleSheet( ) gibt das XSLT-Stylesheet an, das für zukünftige Aufrufe von transformToDocument( ) und transformToFragment( ) verwendet werden soll.