Re: [racket-users] XML Modification

2016-12-14 Thread Lehi Toskin
> http://docs.racket-lang.org/txexpr/ Hoo-ray! splitf-xexpr is *exactly* what I needed. Thank you for your help! -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [racket-users] XML Modification

2016-12-14 Thread Matthew Butterick
> On Dec 14, 2016, at 3:04 PM, Lehi Toskin wrote: > > I have some XML - rather, XMP data from an image - that I'd like to mess > around with. I've investigated the xml library and found that I can turn the > XML into an XEXPR so I can play around with it like that and even search > through it

[racket-users] XML Modification

2016-12-14 Thread Lehi Toskin
I have some XML - rather, XMP data from an image - that I'd like to mess around with. I've investigated the xml library and found that I can turn the XML into an XEXPR so I can play around with it like that and even search through it with se-path*/list, but how would I go from there to replacing