Hi there,

1. When "the ColumnNumber and LineNumber is the end of ..." happens, there
is usually an error in your ".xsd" file;
2. The error "Datatype error: This expression is not supported in the
current option setting.." complains about a regular expression you
specified for a "pattern" facet. This message is generated when the parser
can't understand a regular expression.

Hope this helps,
Sandy Gao
Software Developer, IBM Canada
(1-416) 448-3255
[EMAIL PROTECTED]



                                                                                
                                   
                    Ren� Jensen                                                 
                                   
                    <[EMAIL PROTECTED]       To:     [EMAIL PROTECTED]          
                            
                    l.dk>                cc:                                    
                                   
                                         Subject:     Can't understand 
error-mesage                                
                    04/09/2001                                                  
                                   
                    07:01 AM                                                    
                                   
                    Please respond                                              
                                   
                    to                                                          
                                   
                    xerces-j-user                                               
                                   
                                                                                
                                   
                                                                                
                                   



Hi

When parsing an xml-document I get an errormessage which I really can't
uderstand.

org.cml.sax.SAXParseException: Datatype error: This expression is not
supported
in the current option setting..

the ColumnNumber and LineNumber is the end of the following line of my
document.

<vst:System
  xmlns:vst='NS'
  xmlns:xsi='http://www.w3.org/2000/10/XMLSchema-instance'
  xsi:schemaLocation='NS vSystemTree-Schema.xsd'>

(System is my root element)

I have set the following features:

"http://xml.org/sax/features/validation"; = true
"http://xml.org/sax/features/namespaces"; = true
"http://apache.org/xml/features/validation/schema"; = true

I�m using xerces 1.3.1...

I have read the "Other Limitaions" and "Usage" part of the xerces
schemapage.
and I have used one of the examples from that site as an "template"
defining my
root element, so I really can't understad why I get this error.

If you need any more info, plz ask, it's very important for me to get this
problem solved.


       _\|/_
       (@ @)
---oOOo-(_)-oOOo---
    Ren� Jensen
 [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to