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 17:21:33 UTC

White space

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 tabs.  I don't want to use a DTD.  As a matter of fact I don't want to do any validation at all?


Dane