Subject: Re: Namespace attribute problem with Saxon
From: Geert Josten <Geert.Josten@xxxxxxxxxxx>
Date: Mon, 16 Jan 2006 14:22:33 +0100
|
Florent Georges wrote:
Geert Josten wrote:
I would suspect that you are not using the namespace
in the match pattern and expressions in your XSLT.
Have you copied xmlns="http://knihtisk.org/LibraryList.xsd"
to the xsl:stylesheet element?
BTW, I guess this will not be enough. XPath expressions as well have
to qualify names with the right URI. And just binding the default
namespace is not enough for that.
--drkm
Hmmm, yeah. Thanx for the hint.
I'm afraid the namespace must be associated with a prefix to make the expressions work.
Odd actually, IMHO..
Cheers
|