Using the jQuery Transform plug-in(XSLT)
Using the jQuery Transform plug-in(XSLT)
- XSLT stands for XSL Transformations (Extensible Stylesheet Language Transformations ).
- The jQuery Plugin we are using for XSLT is XSLT v0.70.This is a jQuery Plugin for Google's AJAXSLT.
- The AJAXSLT gives the power for transforming XML/XSL from JavaScript.
- For XSL Transformation it doesn't depend on browser. It is a parser itself .
- Using $.ajax() we can load XML/XSL and transform them.
Learn from experts! Attend jQuery Training classes.