dleslie 00/10/18 10:55:37
Modified: java/samples/ApplyXPath ApplyXPath.java
Log:
Updated to use org.apache.xml.serialize.transition in place of the
Xerces package.
Revision Changes Path
1.8 +1 -1 xml-xalan/java/samples/ApplyXPath/ApplyXPath.java
Index: ApplyXPath.java
===================================================================
RCS file: /home/cvs/xml-xalan/java/samples/ApplyXPath/ApplyXPath.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ApplyXPath.java 2000/10/13 21:10:10 1.7
+++ ApplyXPath.java 2000/10/18 17:55:36 1.8
@@ -152,7 +152,7 @@
e2.printStackTrace();
return;
}
- XMLSerializer xmlser = new XMLSerializer(System.out, new
OutputFormat());
+ XMLSerializer xmlser = new XMLSerializer(System.out, new
OutputFormat());
Node n = null;
try
{