- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Scala XML
Discussions and support concerning the Scala XML infrastructure
2 -year-old girl thigh fat woman falling pressure off condolences to said discharged say girls broke Red bottom shoes
Chinese Commercial News reporter Chen Yu
Chongqing Commercial Daily News Dadukougood little area of 2-year-old Hu Ruixue first journey, go Guang'an Huayingshan grandfather maternal to eat uncle's birthday party. I did not realize small Ruixue follow adults Square to watch a fat aunt slipped and fell, actually sat down small Ruixue lap, directly to the left thigh pressure off. Children's Hospital orthopedic surgeon, said small Ruixue least need lying in the hospital a month to restore louboutin shoes women.
good little plaza to watch accidents
Xml elements out of order?
This seems wrong to me - the xml generated from an ordered TreeSet is out of order. Is this expected?
scala> var list = collection.immutable.TreeSet(1, 3, 2, 5, 0)
list: scala.collection.immutable.TreeSet[Int] = TreeSet(0, 1, 2, 3, 5)
scala> var xml = <list>{ list.map(number => { <number>{number}</number> }) }</list>
xml: scala.xml.Elem = <list><number>3</number><number>1</number><number>2</number><number>5</number><number>0</number></list>
scala> var xml = <list>{ list.map(number => { println(number); <number>{number}</number> }) }</list>
0
1
2
3
5
scala> var list = collection.immutable.TreeSet(1, 3, 2, 5, 0)
list: scala.collection.immutable.TreeSet[Int] = TreeSet(0, 1, 2, 3, 5)
scala> var xml = <list>{ list.map(number => { <number>{number}</number> }) }</list>
xml: scala.xml.Elem = <list><number>3</number><number>1</number><number>2</number><number>5</number><number>0</number></list>
scala> var xml = <list>{ list.map(number => { println(number); <number>{number}</number> }) }</list>
0
1
2
3
5
Changes to Google Privacy Policy and Terms of Service
Changes to Google Privacy Policy and Terms of Service
Is this email not displaying properly?
View it in your browser.
Dear Google user,
[announce] Scales Xml is moving to github
Hi All,
In preparation for the upcoming 0.3 release Scales Xml has moved to github https://github.com/chris-twiner/scalesXml
0.3 adds a full compliment of XPath axe to the XPath dsl and full XPath 1.0 String evaluation via Jaxen. It also adds a number of improvements to overall usability and of course some bug fixes as well.
Due to timing conflicts 0.3 will be published without the traditional documentation site but that will follow shortly afterwards.
Scales Xml is an alternative library to Scala Xml that's:
Mailing list reminder: Scala-xml
Welcome to the "Scala-xml" mailing list.
This automatic reminder is sent once a month to the list,
to keep subscribers up-to-date with the mailing list services,
and to help keeping the list on topic.
-------------------------------------------------------------------
The "Scala-xml" mailing list:
This is the main interest list for coders interested in using
the XML manipulation capabilities of Scala.
Topics appropriate to this list include:
* The Scala XML infrastructure, bugs, development
* How to use the Scala XML features while writing code
Use this list to discuss any topic related to the Scala/XML
interoperability.
-------------------------------------------------------------------
Other information:
There are several Scala lists devoted to indivi









