XSL and XSLDocument
A new class and a new interface added in this version, XSLDocument
and XSL
respectfully. Transformation of XML is as easy as this:
XML first = new XMLDocument("<hello/>");
XML second = new XSLDocument(xsl).transform(first);
A new class and a new interface added in this version, XSLDocument
and XSL
respectfully. Transformation of XML is as easy as this:
XML first = new XMLDocument("<hello/>");
XML second = new XSLDocument(xsl).transform(first);