xerces-j-user.xml.apache.org
(
List home) (
Recent threads) (
48 other Apache XML lists)
Subscription Options
- RSS or Atom: Read-only subscription using a browser or aggregator. This is the recommended way if you don't need to send messages to the list. You can learn more about feed syndication and clients here.
- Conventional: All messages are delivered to your mail address, and you can reply. To subscribe, send an email to the list's subscribe (we seem to have lost it) address with "subscribe" in the subject line.
- This list contains about 9,514 messages, beginning Mar 2001
- This list doesn't seem to be active
xerces-j-user.xml.apache.org
January 2003 - page 1
rf — 104156195703 Jan 2003*
hello This might be a fairly simple one, but I dont know it. How does an XML reader know of the encoding of an XML before reading it - the encoding is...
Dima Gutzeit — 104156804503 Jan 2003*
Hi all , Sometimes when parsing XML files I get an error message(exception) about "invalid Unicode characters" , is there any way to filter ...
gghumman — 104158404803 Jan 2003
When I run my code for parsing an XML dcument using SAX I get the following error...(it complies fine but donesn't run) "java.lang.ClassNotF...
Simon Parker — 104158640903 Jan 2003
Good morning. You're confusing PATH and CLASSPATH. Instead of this... PATH=C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\j2sdk1.4.0_02\bin...
Dima Gutzeit — 104161691903 Jan 2003*
Thanks for you answer. Could you please provide me with the "legal" Unicode range for XML , so I would know what to filter out.Regards , Dim...
Cirip Tomas — 104183768206 Jan 2003*
Hi, I had following piece of code: OutputFormat outputFormat = new OutputFormat(document,OutputFormat.Defaults.Encoding, true); XMLSerializer serializ...
sandygao — 104186399306 Jan 2003
Are you sure you are using the correct xmlParserAPIs.jar? (Or is it possible that another version of JAXP got loaded?) The exception trace worries me:...
Luke_Burnham — 104196079107 Jan 2003*
I'm using JAXP 1.1's DocumentBuilder and Xerces 2.2 to load an XML string into a DOM. A simple example string is: <page><...
Pradeep Tallogu — 104199668708 Jan 2003*
hi all, i have an xml and an xsl file. can someone tell me the simplest way to use these files and get a resultant html file. ive installed xalan-j an...
Aurelien Pernoud — 104207500509 Jan 2003*
Hi, I've posted this question on several mailing-lists / newsgroup without any clue or start of answer, so ANY idea -even to say "it...
CLAVIER Remi FTRD/RTA/LAN — 104209791209 Jan 2003
This mail was posted with a bad titlle... Apologize......
Stefan Hoermann — 104210587609 Jan 2003
Dear subscribers, I've got the following problem: I want to generate a dom tree using the xerces dom implementation from scratch. The document I ...
Kiran Bhumana — 104213992809 Jan 2003
Please enlighten me on this xmlschema Validation using apache xercesimpl.I want to validate an xml file based on xmlschema. I did the following, the f...
Kiran Bhumana — 104214007009 Jan 2003
Doesn't the setfeature I do turn on the schema validation, if that is not the case, I would appreciate it if someone passes me the propertyid for...
Tim Cronin — 104214028709 Jan 2003
You need to set this feature as wellSee http://xml.apache.org/xerces2-j/features.html... <http://xml.apache.org/xerces2-j/features.html...> -Ori...
Jesus M. Salvo Jr. — 104215448109 Jan 2003*
I am not sure though how to turn on Schema validation without using DTD validation. So here are some questions: 1) If Schema validation is turned on, ...
Kiran Bhumana — 104215677909 Jan 2003
I am trying to trap the errors being printed to the screen, during validation by overwriting the methods of the import org.xml.sax.helpers.DefaultHand...
Kiran Bhumana — 104216380310 Jan 2003
I have it fixed .I had the contentHandler set and not ErrorHandler setErrorHandler was what I missed. -Original Message- From: Kiran Bhumana Sent: Thu...
Slava Pestov — 104216852710 Jan 2003*
Hi all, What set of SAX parser features do I need to enable to achieve this behavior: 1) If no DTD or schema specified, do not validate. 2) If schema ...
Slava Pestov — 104216891910 Jan 2003
Given a SAX parser, how do I obtain the Grammar instance of the parsed schema (if there is one)? I want to use this to build element and entity comple...
Andy Clark — 104218798010 Jan 2003
This release includes an update to the NekoHTML parser that fixes several reported bugs. Check it out at the following URL: http://www.apache.org/~and...
Doyle, Annette — 104221436310 Jan 2003
[ArchiveOrange]: There doesn't seem to be anything here...
Doyle, Annette — 104221471810 Jan 2003
On 2 development machines the following code runs fine. However, when we tried to deploy on a deployment machine the Java.lang.UnsatisfiedLinkError er...
Doyle, Annette — 104223050310 Jan 2003*
Can you use xercesImpl.jar with runtime environment of java 1.1? thanks...
Greg Hess — 104223232710 Jan 2003
Hi All, I am new to this list and using Xerces. I am having trouble building a DOM with a DOCTYPE declaration. No errors occur when I build the DOM bu...
neilg — 104224472511 Jan 2003
Hello, Just to add one point to Joe's note: It is still a goal for Xerces to run under 1.1.8, but we can no longer compile there. This is unavoid...
neilg — 104228162511 Jan 2003*
Hi Jesus, This is a schema validation error. (You can tell; cvc == complexType validation constraint). It's produced when Xerces can't find ...
Jesus M. Salvo Jr. — 104242761013 Jan 2003
I have a SOAP envelope which, when XML schema validation is turned on via JAXP+Xerces, is causing an error. Xerces seems to be having problems with th...
sandygao — 104247963013 Jan 2003
FAQ: http://xml.apache.org/xerces2-j/faq-grammars.... Interfaces: org.apache.xerces.xni.grammars.XSGrammar org.apache.xerces.impl.xs.psvi.XSModel Chee...
Jean Georges PERRIN — 104248101513 Jan 2003*
Hi, I'd like to clone a Document and all its subnodes. Is there a quick method to do so or do I need to do it manual or even to reparse the whole...
Ron Rothblum — 104249613813 Jan 2003*
Hello, I have 2 issues with the xerces dom parser that I'm having trouble with: 1) for some reason when I call the method: 'getProperty(...
sandygao — 104249894913 Jan 2003*
In your instance document: > xsi:noNamespaceSchemaLocation=" http://www.3gpp.org/ftp/Specs/archive/23_seri... "> which means that your...
sandygao — 104250674814 Jan 2003*
Xerces defers the loading of schemas. That is, a schema is loaded only when something from its target namespace is required. In your case, your xsd fi...
sandygao — 104251063214 Jan 2003*
Did you try setting all 3 features to true? Sandy Gao Software Developer, IBM Canada (1-905) 413-3255 Slava Pestov To: Xerces users cc: 01/09/2003 10:...
Greg Hess — 104255869314 Jan 2003*
Hi All,I have been building a Document with a DOCTYPE using the DOMImplementation but when I serialize the DOM to file or OutputStream the DOCTYPE is ...
Dr. Michael Treichel — 104255886414 Jan 2003*
Hi everyone! We are having problems getting access to schema annotations using Xerces-J. The following code snipplet returns a null value for schema.g...
Doyle, Annette — 104255959314 Jan 2003
We are using Microsoft's jview for our front end GUI and Sun's JRE 1.3 for our backend (server). We have an auditing factory class that is u...
neilg — 104256347714 Jan 2003*
Hi Annette, While your modification should work for your application, it won't work in general because querying system properties is (potentially...
Øyvind Hvamstad — 104262406115 Jan 2003
Hi, I'm generating xml on the fly for my report server, in this context I need to embedd a stylesheet inside the xml document. In order for this ...
Hellmann Peter (ext) ICN CN 1F BD — 104263526315 Jan 2003
i agree with Joe. i have successfully validated xml that contains a RFC822 mail within a CDATA section against a XSD file and it worked. the only thin...
Greg Hess — 104264132715 Jan 2003*
Hi All,I have build a data structure that contains an element of type CDATA. When I parse the xml data I get the error org.xml.sax.SAXParseException: ...
Joseph Shraibman — 104266886815 Jan 2003
I have code that looks like this: SAXParser sp = new SAXParser(); sp.setContentHandler(tch); //tch is my content handler InputSource is = null; is = n...
Evaristo-Jose Camarero (ECE) — 104272727916 Jan 2003
Hi all: I'm using Xerces 2.0.2, with validating feature on against and xsd file. That xsd file has a complexType: </complexType> <comple...
sandygao — 104273201816 Jan 2003
Could you download the latest version of Xerces (2.2.1) and see whether that works? If it still gives you the error, please attach your xml/xsd files ...
Evaristo-Jose Camarero (ECE) — 104273371716 Jan 2003
Hi Sandy: Yes I have tried with the Xerces 2.2.1 and appears the same error. The xsd file is attached bellow, and an xml document is attached below to...
sandygao — 104273491816 Jan 2003
Your root element is called "AuthnRequestEnvelope", whose type is defined as <element name="AuthnRequestEnvelope" type =...
CP Hennessy — 104274078516 Jan 2003
Hi, I am trying to validate an xml file produced by openoffice with an openoffice DTD. There are no tools available from the openoffice project to do ...
neilg — 104274503216 Jan 2003*
Hi Joseph, That's a good question; its answer will depend at least on what version of Xerces you're using and exactly what the SAXParser is ...
neilg — 104275206016 Jan 2003*
Hi Joseph, In order to be of help, we'll need to know exactly what behaviour you're observing, how you're observing it, and why it...
sandygao — 104275550916 Jan 2003
Hi all, There seems to be some disagreement between the description of this feature and its implementation. The description [1] (along with that of th...
Next page