Date: Mon, 14 Dec 2009 22:39:08 -0500
From: "G. Ken Holman"<gkholman(_at_)CraneSoftwrights(_dot_)com>
Subject: Re: [xsl] Re: problem with fn:contains using xsl:param
Message-Id:<7(_dot_)0(_dot_)1(_dot_)0(_dot_)2(_dot_)20091214212528(_dot_)02619820(_at_)wheresmymailserver(_dot_)com>
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
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--