Re: [xsl] Are there stupid questions about documentation in xslt?

Subject: Re: [xsl] Are there stupid questions about documentation in xslt?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Sun, 09 May 2010 14:07:00 +0100
On 09/05/2010 13:15, Alex Muir wrote:
Q:: Would it be a good or bad idea to have a documentation doc or desc
attribute allowed within the attributes of xsl elements something like
this:?

That is allowed in xslt already (even xslt 1). Any attributes from any foreign namespace are allowed. the error message that you showed was not saying that the namespaced attribute wasn't allowed at that point, it was saying that the namespace wasn't declared. the XSLT stylesheet needs to be namespace well formed with all prefixes declared.


David

Current Thread