SCALA DAYS 2012: Ben Parker on Interactivity - Anti-XML in Anger

Preview:

DESCRIPTION

 

Citation preview

Anti-Xml in anger

needsTyping

with Ben Parker

I want to match an attribute

needsTyping

I want to assert my CDATA

needsTyping

I want to modify an element

needsTyping

Why choose anti-xml?Intuitive object model

Efficient modifications using Zipper

Attributes fully supported

Easy conversion from scala.xml

needsTyping

Further reading

www.codecommit.com/blog/scala/working-with-scalas-xml-support

en.wikibooks.org/wiki/Haskell/Zippers

www.anti-xml.org

www.danielspiewak.com/anti-xml/doc

needsTyping