- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Re: [scala-bts] #8c8c8c: FR: Xhtml: add easy to use methods
Fri, 2009-05-01, 16:56
-----------------------------+----------------------------------------------
Reporter: stepancheg | Owner: scala-xml_team
Type: enhancement | Status: closed
Priority: normal | Component: XML support
Version: Unreleased-2.8.x | Resolution: fixed
Keywords: xml |
-----------------------------+----------------------------------------------
Changes (by extempore):
* status: new => closed
* version: => Unreleased-2.8.x
* resolution: => fixed
Comment:
One argument conveniences implemented in r17614. I have to say that the
fact that NodeSeq extends Seq[Node] and Node extends NodeSeq makes it
pretty unclear which overloads make sense. It would be really nice to
unravel that hierarchy into something with a little conceptual separation,
but for now I let it dictate the terms.