This page is no longer maintained — Please continue to the home page at www.scala-lang.org

[scala-bts] #3527: XML ConstructingParser too aggressive trimming whitespace around character entities

1 reply
Scala 2
Joined: 2009-03-05,
User offline. Last seen 42 years 45 weeks ago.

entities
----------------------+-----------------------------------------------------
Reporter: SethTisue | Owner: scala-xml_team
Type: defect | Status: new
Priority: normal | Component: XML support
Keywords: |
----------------------+-----------------------------------------------------
when preserveWS = false. example:

{{{
Welcome to Scala version 2.8.0.RC3 (Java HotSpot(TM) 64-Bit Server VM,
Java 1.6.0_20).

scala>
xml.parsing.ConstructingParser.fromSource(io.Source.fromString("a &
b"), preserveWS = false).document.text
res0: String = a&b
}}}

note that spaces on either side of the escaped ampersand have been lost.

I can't see why you would ever want this behavior. and I'm not an XML
laywer, but section 4.4 of the XML 1.0 spec suggests that the character
encoded by a character reference should be "retrieved and processed, in
place of the reference itself, as though it were part of the document at
the location the reference was recognized"

perhaps vaguely related: #3062

Scala 2
Joined: 2009-03-05,
User offline. Last seen 42 years 45 weeks ago.
Re: [scala-bts] #3527: XML ConstructingParser too aggressive tri

references
----------------------+-----------------------------------------------------
Reporter: SethTisue | Owner: scala-xml_team
Type: defect | Status: new
Priority: normal | Component: XML support
Keywords: |
----------------------+-----------------------------------------------------

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland