T
Tjerk Wolterink
Hello all,
I've written an XML file that looks a bit like this:
<a>
<space:b>
content 1
</space:b>
<b>
content 2
</b>
</a>
Well know i am writing a XSL file to do some kind of transforamtion.
But how do i select node: space:b in xpath?
node b is selected with xpath with:
/a/b
But how do i select node space:b?
The node b in namespace space.
I've written an XML file that looks a bit like this:
<a>
<space:b>
content 1
</space:b>
<b>
content 2
</b>
</a>
Well know i am writing a XSL file to do some kind of transforamtion.
But how do i select node: space:b in xpath?
node b is selected with xpath with:
/a/b
But how do i select node space:b?
The node b in namespace space.