- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
[scala-bts] #3492: better handling of interpolation for XML
Thu, 2010-05-27, 17:23
------------------------+---------------------------------------------------
Reporter: ittayd | Owner: scala-xml_team
Type: enhancement | Status: new
Priority: normal | Component: XML support
Keywords: |
------------------------+---------------------------------------------------
see this post for some things that can't be interpolated:
http://stackoverflow.com/questions/1600997/construct-xml-with-dynamic-
label-and-attributes-in-scala
--------------------------+-------------------------------------------------
Reporter: ittayd | Owner: scala-xml_team
Type: enhancement | Status: closed
Priority: normal | Component: XML support
Resolution: wontfix | Keywords:
--------------------------+-------------------------------------------------
Changes (by dpp):
* status: new => closed
* resolution: => wontfix
Comment:
I'm going to take the extraordinary step of closing this ticket.
There is no compelling need for this feature as tags can easily be created
with Elem(), the complexity that this would add to the parser is huge, and
the corner cases (name space, etc.) is also huge.
If the person that opened this ticket wants to write a SIP (Scala
Improvement Proposal) and get full community review, that's cool, but this
kind of this doesn't belong in a Trac ticket.