From dfoster@equitytg.com Tue Nov 7 16:19:16 2000 Return-Path: Mailing-List: contact general-help@xml.apache.org; run by ezmlm Delivered-To: mailing list general@xml.apache.org Received: (qmail 47801 invoked from network); 7 Nov 2000 16:19:16 -0000 Received: from unknown (HELO cheeta.equitytg.com) (216.242.111.2) by locus.apache.org with SMTP; 7 Nov 2000 16:19:16 -0000 Received: (qmail 13004 invoked by uid 0); 7 Nov 2000 16:17:09 -0000 Received: from unknown (HELO dfoster) (192.168.0.16) by 192.168.0.3 with SMTP; 7 Nov 2000 16:17:09 -0000 Message-ID: <00b101c048d6$cb6fd900$1000a8c0@equitytg.com> From: "Dane Foster" To: Subject: White space Date: Tue, 7 Nov 2000 11:21:33 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00AE_01C048AC.E292A510" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N ------=_NextPart_000_00AE_01C048AC.E292A510 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable If I have an XML document with a tag containing the following: This sentence has four spaces following 'has' and a carriage return followed by four tabs following = 'and'. 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 ------=_NextPart_000_00AE_01C048AC.E292A510 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
If I have = an XML document=20 with a tag containing the following:
 
<sentence-tag>This sentence=20 has    four spaces following 'has' and
       =20         a carriage return  followed = by four=20 tabs following 'and'.</sentence-tag>
 
How do I prevent Xerces for removing = the white=20 spaces, carriage return, and tabs.  I don't want to = use a=20 DTD.  As a matter of fact I don't want to do any validation at=20 all?
 
 
Dane
------=_NextPart_000_00AE_01C048AC.E292A510--