Yep, it works. I built a data-binding SAX filter using it. Basically I use SAX events to scan an input document, build an XUpdate document based on that plus a map file, and when the input is done load up the output document and apply the XUpdate to it.
There are a few tricky parts as I recall, like you have to monkey with namespaces a bit, but it does seem to work. I would have to say though that if you can generte XUpdate you can generate XSLT. XUpdate can be simpler. On Friday 12 September 2003 05:55 am, Alex Sergeyev wrote: > Hello Everyone, > > Is somebody uses XML::XUpdate::LibXML - is it really works? > Is there any another way to use XUpdate with LibXML? > > > Sincerely, > > Alex. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- Tod Harter Giant Electronic Brain http://www.giantelectronicbrain.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
