RE: Document is invalid: no grammar found

2003-04-24 Thread Doug Helton
You can try making an entity resolver.  At least with this you can see exactly where it is looking and force it if you have too..   Doug -Original Message-From: Andy Taylor [mailto:[EMAIL PROTECTED]Sent: Thursday, April 24, 2003 1:46 PMTo: [EMAIL PROTECTED]Subject: RE: Docu

RE: Document is invalid: no grammar found

2003-04-24 Thread Andy Taylor
Hi Rahul,   Many thanks for the advice. You're right in that it can't find the schema, however I can't seem to get it to find ANY schema! I've tried every combination of: - using a xsi:schemaLocation in the XML file - using the external-schemaLocation property in Xerces - specifying schemas in the

RE: XML mapping to Java objects

2003-04-24 Thread O'Keeffe, Michael
This article at DeveloperWorks compares various tools:   http://www-106.ibm.com/developerworks/library/x-databdopt/index.html   The followup article has some performance comparisons:   http://www-106.ibm.com/developerworks/xml/library/x-databdopt2/ -Original Message-From: Shital Jos

NoClassDefFoundError (DOMParser)

2003-04-24 Thread Jarosław Wypychowski
I tried to answer this question by myselef, but failed totally. What more - the archives are not available now. So i'm writing (it seems quite a typical error - and not answered on the net) I'm using xerces 1.4.4, sun java 1.4.1_01 and s1studio as an ide. I was developing an application that u

Re: XML mapping to Java objects

2003-04-24 Thread LAMY Olivier
Yes. look at the source files in the cvs : http://cvs.apache.org/viewcvs/jakarta-commons/digester/src/java/org/apache/c ommons/digester/Digester.java?rev=1.75

RE: XML mapping to Java objects

2003-04-24 Thread McEvoy, Peter
castor-xml is pretty good - although I don't know if you can control what parser method to use (SAX vs DOM).   http://castor.exolab.org/   Pete -Original Message-From: Shital Joshi [mailto:[EMAIL PROTECTED]Sent: 24 April 2003 16:25To: [EMAIL PROTECTED]Subject: XML mapping to J

RE: XML mapping to Java objects

2003-04-24 Thread Shital Joshi
Hi Olivier,   Do they use SAX parser?   -Shital Joshi 732-560-0010 x215 MFG Systems -Original Message-From: Olivier LAMY [mailto:[EMAIL PROTECTED]Sent: Thursday, April 24, 2003 11:26 AMTo: [EMAIL PROTECTED]Subject: Re: XML mapping to Java objects http://jakarta.apache.

RE: XML mapping to Java objects

2003-04-24 Thread Th?bault, M?d?rick
Hello,   You could have a try with JAXB from Sun. -Message d'origine-De : Shital Joshi [mailto:[EMAIL PROTECTED]Envoyé : jeudi 24 avril 2003 17:25À : [EMAIL PROTECTED]Objet : XML mapping to Java objects Hi friends,   I need your suggestion again!!! I am looking f

Re: XML mapping to Java objects

2003-04-24 Thread Olivier LAMY
http://jakarta.apache.org/commons/digester.html - Original Message - From: Shital Joshi To: [EMAIL PROTECTED] Sent: Thursday, April 24, 2003 5:24 PM Subject: XML mapping to Java objects Hi friends,   I need your suggestion again!!! I am looking fo

XML mapping to Java objects

2003-04-24 Thread Shital Joshi
Hi friends,   I need your suggestion again!!! I am looking for a tool which maps XML document to Java objects. I found a tool named JOX  on web. But I suppose they use DOM parser for the same. I am looking for tool which uses SAX parser to map the XML doc to Java objects. Any suggestions??

DTD to XSD

2003-04-24 Thread NGaneshBabuA
I am trying to convert my DTD to XSD. All the elements are getting converted to corresponding schemas. But the external entities are not getting converted. Can anybody help to convert external entities into schemas? Example: %ISOdia; Thanks for you help N. Ganesh Babu __

Re: Xerces2

2003-04-24 Thread Glenn Barnard
We're not having any problems. Xerces2 is backwards compatable. We're upgrading for the Parser Configuration and Grammar caching. The only difference has been that the Xerces.jar file has been split into 2-3 jar files. Good luck with it! From: Rufoo <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTE

Xerces2

2003-04-24 Thread Rufoo
I use Xerces1.4.4 in my application, but it seems others have upgraded their XML parser to Xerces2. I am not sure if I should consider upgrading the parser with xerces2. Can somebody help? I use the standards - JAXP & DOM. Are the implementations of these good in xerces2? Thanks

Invalid characters issue

2003-04-24 Thread Dima Gutzeit
Dear list members,   Please help me with the following issue.   I am writing an application that transforms XML files (which are being built on the fly). The problem is that I do not have complete control over the content of the XML file and once a while I get the following exception (or other li

RE: Document is invalid: no grammar found

2003-04-24 Thread Rahul Srivastava
Hi Andy,   As the exception says - no grammar is found for the instance. With so little information available, my guess is, the URI used, is being resolved to some other location, than where the Schema is present,  while the Server is running. As the Server has its own document root, you mi