|
From: SourceForge.net <no...@so...> - 2006-09-30 00:02:06
|
Bugs item #1494725, was opened at 2006-05-24 20:47 Message generated for change (Comment added) made by mhaye You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684778&aid=1494725&group_id=119724 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: dynaXML Group: None >Status: Closed >Resolution: Duplicate Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Martin Haye (mhaye) Summary: preview mode adds extra nodes Initial Comment: preview mode adds extra nodes http://texts.cdlib.org/view?docId=ead-preview&doc.view=entire_text&source=http://voro.cdlib.org:8081/test-oac/submission/berkeley/bancroft/m77_185_cubanc.xml http://texts-dev.cdlib.org/view?docId=ead-preview&doc.view=entire_text&source=http://voro.cdlib.org:8081/test-oac/submission/berkeley/bancroft/m77_185_cubanc.xml ---------------------------------------------------------------------- >Comment By: Martin Haye (mhaye) Date: 2006-09-29 17:02 Message: Logged In: YES user_id=978215 It turns out that preview mode was actually doing the correct thing, and that normal lazy tree mode was not. The lazy tree creation procedure was removing whitespace where it isn't legal to do so in XML. By contrast, preview mode was preserving the original whitespace in the document. Now that we've fixed XTF to preserve whitespace by default, there is no longer a discrepancy between the two modes. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684778&aid=1494725&group_id=119724 |