Home | History | Annotate | Download | only in xml

Lines Matching refs:xslt

67  * The <a href="http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=xslt">OASIS
68 * XSLT conformance test suite</a>, adapted for use by JUnit. To run these tests
71 * <li>Obtain the <a href="http://www.oasis-open.org/committees/download.php/12171/XSLT-testsuite-04.ZIP">test
75 * adb push ./XSLT-Conformance-TC /data/oasis</code>.
93 = "/home/dalvik-prebuild/OASIS/XSLT-Conformance-TC/TESTS/catalog.xml";
187 * Extract the XSLT test from a DOM entity with the following structure:
189 * <test-case category="XSLT-Result-Tree" id="attribset_attribset01">
194 * <spec-citation place="7.1.4" type="section" version="1.0" spec="xslt"/>
307 * Processes an input XML file with an input XSLT stylesheet and compares
371 Source xslt = new StreamSource(principalStylesheet);
372 transformer = transformerFactory.newTransformer(xslt);