JuliaIO / LibExpat.jl

Julia interface to the Expat XML parser library
Other
9 stars 32 forks source link

teach xpath how to do $string interpolation #16

Closed vtjnash closed 10 years ago

vtjnash commented 10 years ago

This is somewhat a hybrid of $QName string interpolation and Julia syntax. It allows xpaths to be written with variables inside them:

xpath"/a/$b/c[contains(.,'x$y$(z)!')]"

I started this over the summer, and figured I should finally finish it.