xsl-list
[Top] [All Lists]

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

2010-05-09 08:07:20
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


--~------------------------------------------------------------------
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>
--~--