Test method.
()
| 101 | |
| 102 | /** Test method.*/ |
| 103 | @Test public void doc() { |
| 104 | final Function func = DOC; |
| 105 | |
| 106 | set(MainOptions.CATALOG, CATALOG); |
| 107 | query(func.args("http://doc.xml", " { 'dtd': true() }"), "<doc>X</doc>"); |
| 108 | query(func.args("http://doc.xml", " { 'dtd': false() }"), "<doc/>"); |
| 109 | } |
| 110 | |
| 111 | /** Test method.*/ |
| 112 | @Test public void parseXml() { |