XSLT Articles

Found 1 articles

Using client side XSLT transformations in HTML5

karthikeya Boyini
karthikeya Boyini
Updated on 30-Jul-2019 282 Views

Client-side XSLTProcessor API is part of the HTML5 scripting specification, as stated below:When an XSLT transformation program is triggered by a processing instruction and the browser implements a direct-to-DOM transformation, script elements created by the XSLT processor need to be marked "parser-inserted" and run in document oThe XSLTProcessor.transformToDocument() method adds elements to a Document that does not have a browsing context, and, accordingly, any script elements they create need to have their "already started" flag set in the prepare a script algorithm and never get executed (scripting is disabled). Such script elements still need to be marked "parser-inserted", though, such ...

Read More
Showing 1–1 of 1 articles
« Prev 1 Next »
Advertisements