xsl-list
[Top] [All Lists]

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

2010-05-09 08:33:13
On Sun, May 9, 2010 at 6:07 AM, David Carlisle 
<davidc(_at_)nag(_dot_)co(_dot_)uk> wrote:
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.

Even more fundamental:  The* XML document* (which the XSLT stylesheet
must be) must be wellformed, which , among other things, includes the
requirement that every namespace prefix being used should be declared
in such a scope that it is visible at the place of usage.



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





-- 
Cheers,
Dimitre Novatchev
---------------------------------------
Truly great madness cannot be achieved without significant intelligence.
---------------------------------------
To invent, you need a good imagination and a pile of junk
-------------------------------------
Never fight an inanimate object
-------------------------------------
You've achieved success in your field when you don't know whether what
you're doing is work or play
-------------------------------------
I enjoy the massacre of ads. This sentence will slaughter ads without
a messy bloodbath.

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