- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
[scala-bts] #2844: Local part of prefixed name still has colon
Tue, 2009-12-29, 00:19
----------------------+-----------------------------------------------------
Reporter: dbrooksnz | Owner: scala-xml_team
Type: defect | Status: new
Priority: normal | Component: XML support
Keywords: |
----------------------+-----------------------------------------------------
The following needs to be applied to
src/library/scala/xml/parsing/MarkupParser.scala -- all's fine with 2.7.7
which uses qname.substring(p.length+1, qname.length).
{{{
Index: MarkupParser.scala
===================================================================
Wed, 2010-09-22, 04:47
#2
Re: [scala-bts] #2844: Local part of prefixed name still has col
----------------------+-----------------------------------------------------
Reporter: dbrooksnz | Owner: scala-xml_team
Type: defect | Status: closed
Priority: normal | Component: XML support
Version: | Resolution: fixed
Keywords: |
----------------------+-----------------------------------------------------
Changes (by extempore):
* cc: paulp@… (added)
* status: new => closed
* resolution: => fixed
Comment:
paulp comes in and scoops up the ticket closing credit.
----------------------+-----------------------------------------------------
Reporter: dbrooksnz | Owner: scala-xml_team
Type: defect | Status: new
Priority: normal | Component: XML support
Keywords: |
----------------------+-----------------------------------------------------
Comment(by odersky):
(In [20401]) Fixed #2844 with dpp's patch. review by xmlteam.