[EMAIL PROTECTED] wrote:


Whitespace verifies as #PCDATA if #PCDATA is allowed at a particular point. If #PCDATA is NOT allowed at a particular point, the whitespace is ignored for the purposes of verifying.


So we are currently handling it correct for XML whitespace. Now, we could catch 
those characters() events anyway, and test all individual chars to see if they 
are classified as whitespace in XML, and if not, throw a little warning...


I may be wrong here, but I think Xerces does that (i.e., this is done at a layer lower than FOP)--it probably tosses out insignificant whitespace so FOP wouldn't even get those character() calls.

Glen

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

  • Re: NPE Glen Mazza

Reply via email to