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

Subject: Re: [xsl] Re: Output validation with XSLT 2.0
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 6 May 2008 10:18:53 +0100
> 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. 
________________________________________________________________________

Current Thread