Tagged Questions

1
vote
5answers
642 views

How to find a repeated string and the value between them using regexes?

How would you find the value of string that is repeated and the data between it using regexes? For example, take this piece of XML: <tagName>Data between the tag</tagName> What would be ...
0
votes
1answer
125 views

Remove elements not repeated in XML using xquey

I have this XML file <?xml version="1.0"?> <ns0:personas xmlns:ns0="http://www.personas.com"> <ns0:persona> <ns0:idee>idee_1</ns0:idee> ...
0
votes
1answer
71 views

Repeated data in a XML

How can i get the () data which it's not repeated in a variable. I use this function: . . . let $person:= $hopital1/persona for $seq in (1 to count($derechohabiente)) return ...