We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e209202 commit c4512f2Copy full SHA for c4512f2
xml/java/src/SAXReaderExampleValidating.java
@@ -8,7 +8,7 @@ public static void main(final String argv[]) throws Throwable {
8
SAXParserFactory factory = SAXParserFactory.newInstance();
9
factory.setValidating(true); // validate the document
10
factory.newSAXParser()
11
- .parse("../xml/courseWithNamespaceAndSchemaLocation.xml", // parse the course document
+ .parse("../xml/courseWithNamespaceAndSchemaLocation.xml", // parse the document
12
new SAXReaderExampleValidating());
13
}
14
0 commit comments