Re: [xsl] Detecting presence of attributes

Subject: Re: [xsl] Detecting presence of attributes
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 5 Feb 2001 18:00:45 GMT
> \usepackage{foo,bar,blort}

OK then translate(@options, ' ',',') 
is enough, or if the DTD hasn't been seen (always a possibility with
XML) you might prefer translate(normalise-space(@options), ' ',',') 

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered
through the MessageLabs Virus Control Centre. For further information visit
http://www.star.net.uk/stats.asp

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread