i'm working with an xml file which has the tag
<post xml:lang="EN">
in my xslt i need to reference this through xpath by doing something similar to
select="post[@xml:lang='EN']"
but this doesn't seem to find it.
what does this : do for attributes? it can't be a namespace can it?
TIA!
<post xml:lang="EN">
in my xslt i need to reference this through xpath by doing something similar to
select="post[@xml:lang='EN']"
but this doesn't seem to find it.
what does this : do for attributes? it can't be a namespace can it?
TIA!