[Home] [By Thread] [By Date] [Recent Entries]
Tiago,
I don't know if this will help much, but I have seen similar problems solved by writing the XML document structure as a string, and evaluating it with regular expressions (which might themselves be generated dynamically from configurations managed in another format). This is a powerful method, but one disadvantage is that it isn't very sensitive: it is able to report that a document fails to match the constraints so expressed, but not where or why. It's an interesting problem so I look forward to seeing other responses. A good XQuery list is this one: talk@xxxxxxxxxxx http://x-query.com/mailman/listinfo/talk Cheers, Wendell On 4/26/2012 5:45 PM, Tiago Freitas wrote: I need to match patterns on a set of XML documents (all with the same schema), and when a pattern matches, I need to retrieve the content and do some specific transformations on that content (no xml output needed).
|

Cart



