[xsl] Re: problem with fn:contains using xsl:param

Subject: [xsl] Re: problem with fn:contains using xsl:param
From: Piotr Dobrogost <pd@xxxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 16 Dec 2009 23:16:09 +0100
Date: Mon, 14 Dec 2009 22:39:08 -0500
From: "G. Ken Holman"<gkholman@xxxxxxxxxxxxxxxxxxxx>
Subject: Re: [xsl] Re: problem with fn:contains using xsl:param
Message-Id:<7.0.1.0.2.20091214212528.02619820@xxxxxxxxxxxxxxxxxxxxxx>

I use the pattern:

    contains(concat(' ',normalize-space($KnownXSDTypesMap),' '),
             concat(' ',normalize-space(@type),' ')

.... where I can remove normalize-space() where I've been able to
guarantee the string is properly formed.

Ok.


Then I would change the above to
(...)

I used this approach.

or the following temporary tree, keeping in mind what Michael pointed
out regarding namespace prefixes:

(...)


Temporary tree; nice.


Thanks for helping me with this. I'd also like to say thank you to Michael Kay.


Regards Piotr Dobrogost

Current Thread