xsl-list
[Top] [All Lists]

Re: [xsl] document() function and error-handling

2008-01-04 16:13:57

Wouldn't
"xml-" be the most appropriate prefix here?

No, such names are reserved for other use. You can call it result-xml or
_xml_result or pretty much anything you like. Why trample on the
reserved names?

even w3c specs avoid doing this, consider xslt for example an early draft
had an attribute xml-declaration on xsl:output,
but they thought better of it and changed to
omit-xml-declaration
http://www.w3.org/1999/08/WD-xslt-19990813#section-XML-Output-Method

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