You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@xml.apache.org by Dane Foster <df...@equitytg.com> on 2000/11/07 00:46:30 UTC

White space, carriage return, and tabs

If I have an XML document with a tag containing the following:

<sentence-tag>This sentence has    four spaces following 'has' and
                a carriage return  followed by four tabs following 'and'.</sentence-tag>

How do I prevent Xerces for removing the white spaces, carriage return, and without using a DTD for validation?


Dane