Re: [xsl] Checking external files based on the attribute value

Subject: Re: [xsl] Checking external files based on the attribute value
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Wed, 13 Aug 2008 15:34:15 +0200
Ganesh Babu N wrote:

I am using the following code:

boolean(document('filelist.xml')/files/file[contains(.,
substring-after(concat(@picfile,'.tif'),'I'))] )

But i am not getting any message.

Well that is just an XPath expression, it does not output anything.
How does your code look that outputs the message when the above expression is false?
And is the context node a 'graphic' element?
That snippet you have shown is fine I think so it must be a problem with the code around it.


--

	Martin Honnen
	http://JavaScript.FAQTs.com/

Current Thread