xsl-list
[Top] [All Lists]

RE: [xsl] [XSLT 2.0] Checking that an element's value has the desired datatype?

2006-10-16 10:05:28
I can do datatype checking, without using XML Schemas.

No, you do string matching on the lexical representation of the
values.  The difference can be important.

What is the difference?  

If my stylesheet checks that the value of an element is an optional "+"
or "-" followed by one or more digits, how is that different from a
schema validator checking that the element has an integer datatype?

/Roger

-----Original Message-----
From: Florent Georges [mailto:darkman_spam(_at_)yahoo(_dot_)fr] 
Sent: Monday, October 16, 2006 12:51 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] [XSLT 2.0] Checking that an element's value has the
desired datatype?

"Costello, Roger L." wrote:

  Hi

Excellent!  With this: 

    matches(flt:Aircraft/flt:Altitude, '[0-9]+') 

I can do datatype checking, without using XML Schemas.

 No, you do string matching on the lexical representation of the
values.  The difference can be important.

  Regards,

--drkm























        

        
                
_______________________________________________________________________
____ 
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos
questions ! 
Demandez à ceux qui savent sur Yahoo! Questions/Réponses
http://fr.answers.yahoo.com

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


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

<Prev in Thread] Current Thread [Next in Thread>