Our cz.frantovo.alt2xml.ParserFactory will not be hardcoded – will be set over the system property: javax.xml.parsers.SAXParserFactory
so we can use alt2xml CLI with just standard SAX parser and enjoy it for pure XML as a framework with output modules
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://www.netbeans.org/ns/project/1">
3 <type>org.netbeans.modules.java.j2seproject</type>
5 <buildExtensions xmlns="http://www.netbeans.org/ns/ant-build-extender/1">
6 <extension file="groovy-build.xml" id="groovy">
7 <dependency dependsOn="-groovy-init-macrodef-javac" target="-pre-pre-compile"/>
10 <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
11 <name>alt2xml-cli</name>
16 <root id="test.src.dir"/>
19 <references xmlns="http://www.netbeans.org/ns/ant-project-references/1">
21 <foreign-project>alt2xml-lib</foreign-project>
22 <artifact-type>jar</artifact-type>
23 <script>build.xml</script>
25 <clean-target>clean</clean-target>