Update of /cvsroot/monetdb/pathfinder/tests/BugTracker/Tests
In directory 
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24129/tests/BugTracker/Tests

Modified Files:
      Tag: XQuery_0-18
        entities_dtd.SF-1642663.stable.out 
Log Message:
- Solve problem where a DTD comment appeared in the document
 (entities_dtd.SF-1642665.dtd). The parser maintains a variable
 inSubset which indicates it is parsing a DTD. When true no comment
 is added to Pathfinder.
 (Maybe we should do the same for processing instructions?)

- Small fix in external subset DTD handling.



Index: entities_dtd.SF-1642663.stable.out
===================================================================
RCS file: 
/cvsroot/monetdb/pathfinder/tests/BugTracker/Tests/entities_dtd.SF-1642663.stable.out,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -u -d -r1.2.2.1 -r1.2.2.2
--- entities_dtd.SF-1642663.stable.out  5 Jun 2007 09:55:25 -0000       1.2.2.1
+++ entities_dtd.SF-1642663.stable.out  7 Jun 2007 07:50:19 -0000       1.2.2.2
@@ -16,7 +16,7 @@
 # Elapsed time = 844us [120us/node]
 # Shredded 1 XML document (entities_dtd.SF-1642663.xml), total time after 
commit=0.024s
 xquery("doc(\"entities_dtd.SF-1642663.xml\")").print();
-[ "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<XQueryResult><!-- small e, 
acute accent --><foo>\n  <bar>want to see a nice e with a acute 
accent:é</bar>\n</foo></XQueryResult>\n" ]
+[ "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<XQueryResult><foo>\n  
<bar>want to see a nice e with a acute 
accent:é</bar>\n</foo></XQueryResult>\n" ]
 
 quit();
 


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to