T
Timo Nentwig
Hi!
<root>
<foo>bar</foor>
<blah />
<blah2 />
<a>
<b />
<c />
</>
</root>
I want to select everything between <foo> and <a>. Is this possible?
Timo
<root>
<foo>bar</foor>
<blah />
<blah2 />
<a>
<b />
<c />
</>
</root>
I want to select everything between <foo> and <a>. Is this possible?
Timo