Subject: Re: Re: XSL tagging
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 2 May 2008 15:41:45 +0100
|
> Would this be better?
> <xsl:variable name="URI">guinnesswebstore.com</xsl:variable>
If you are not using $URI in the stylesheet it's valid but rather
confusing, if it is essentially documentation then xslt has a built in
mechanism for that, namely to use elements in (any) non xsl namespace, so
<doc:URI xmlns:doc="http://example.com">guinnesswebstore.com</doc:URI>
David
________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.
This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs.
________________________________________________________________________
|