xsl-list
[Top] [All Lists]

Re: [xsl] Re: Output validation with XSLT 2.0

2008-05-06 02:19:17

Indeed, I'm not proposing any changes, it's no big deal - just
pointing out (or perhaps looking for confirmation) that the xml schema
namespace could easily have been excluded by default.

If "to" had allowed double as well as integer then most stylesheets
could easily avoid declaring the xs namespace, which would make the 
whole problem go away. If you are really using an XSD-specific datatype
such as date handling, it seems to me perfectly reasonable to have to
declare (and exclude) the xs namespace, but I do curse every time I have
to add an xs namespace just so I can go
select="1 to xs:integer(something)" 

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. 
________________________________________________________________________

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