Roman, thanks a lot for your help.
It works by using an invented namespace "n-rdf" (as you suggested):
http://www.w3.org/1999/02/22-rdf-syntax-ns#
xmlns:n-rdf="http://my.netscape.com/rdf/simple/0.9/";>
All the best
Michael
KOZLOV Roman wrote:
> Hi Michael,
>
> Try to put the rdf nam
Hi Michael,
Try to put the rdf namespace declaration in stylesheet tag like this:
http://my.netscape.com/rdf/simple/0.9/";>
and then in your xsl templates refer to elements from this namespace with rdf: prefix:
PS: Of course, you can declare it with another prefix.
Hope it helps.
Best regard