RE: Whitespace normalization issue

2004-08-09 Thread Bryan Wilcox
Jesse,     I have looked at the DOMPrint example and it appears to work correctly as you described with the example below.  I further looked at the project that we are working on and noticed that we are using DOMBuilder, not XercesDomParser as DOMPrint uses.  A little further investigation lead me

RE: Whitespace normalization issue

2004-08-06 Thread Jesse Pelton
lem that was fixed between 2.3 and 2.5; if you're using a version prior to 2.5, that would tend to support this possibility. -Original Message- From: Matt Dillard [mailto:[EMAIL PROTECTED] Sent: Friday, August 06, 2004 2:10 PM To: [EMAIL PROTECTED] Subject: Re: Whitespace norma

Re: Whitespace normalization issue

2004-08-06 Thread Matt Dillard
d something. > > > > -Original Message- > From: Matt Dillard [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 05, 2004 5:17 PM > To: [EMAIL PROTECTED] > Subject: Whitespace normalization issue > > I understand the whitespace facet to be a directive to t

RE: Whitespace normalization issue

2004-08-06 Thread Jesse Pelton
e would appear to be "preserve." I reviewed the spec briefly, though, so I may have missed something. -Original Message- From: Matt Dillard [mailto:[EMAIL PROTECTED] Sent: Thursday, August 05, 2004 5:17 PM To: [EMAIL PROTECTED] Subject: Whitespace normalization issue I understand

Whitespace normalization issue

2004-08-05 Thread Matt Dillard
I understand the whitespace facet to be a directive to the parser regarding how to deal with whitespace. If the whitespace facet is set to "collapse", as it is in an xsd:token, then the following tag is legal: This is my token The parser will read it in, collapse the whitespace, and then va