RE: control characters in the Xml

2005-04-07 Thread Vincent Finn
To: xerces-c-dev@xml.apache.org > Subject: RE: control characters in the Xml > > > I don't think there is another way. It doesn't seem like a > hack to me! > > The DomDocument set version function is for when you want to build a > document in memory. The docu

RE: control characters in the Xml

2005-04-07 Thread Tony Dodd
parsing. Tony >-Original Message- >From: Vincent Finn [mailto:[EMAIL PROTECTED] >Sent: 06 April 2005 12:44 >To: xerces-c-dev@xml.apache.org >Subject: RE: control characters in the Xml > >Hi, > >That worked perfectly but I have one more question > >Is there a way

RE: control characters in the Xml

2005-04-06 Thread Vincent Finn
: xerces-c-dev@xml.apache.org > Subject: RE: control characters in the Xml > > > If you set XML version to 1.1 these characters are legal, > though you must > still escape them. > > Tony Dodd > > >-Original Message- > >From: Vincent Finn [mailto:[E

RE: control characters in the Xml

2005-04-05 Thread Vincent Finn
Neither of my versions support 1.1 so I'll upgrade Thanks, Vin > -Original Message- > From: Tony Dodd [mailto:[EMAIL PROTECTED] > Sent: 05 April 2005 16:27 > To: xerces-c-dev@xml.apache.org > Subject: RE: control characters in the Xml > > > If you

RE: control characters in the Xml

2005-04-05 Thread Tony Dodd
If you set XML version to 1.1 these characters are legal, though you must still escape them. Tony Dodd >-Original Message- >From: Vincent Finn [mailto:[EMAIL PROTECTED] >Sent: 05 April 2005 15:46 >To: xerces-c-dev@xml.apache.org >Subject: control characters in the Xml > >Hi, > >I know t