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
July 2002 - page 1
Eric_Schwarzenbach — 102554106601 Jul 2002*
Is it necessary to go to the draft draft DOM3 implementation to generate a properly tagged, namespaced, schema-based document? Is it possible to just ...
Bruce Kern x22345 — 102555644201 Jul 2002*
The jaxp interface for document building goes like this: #import org.xml.parsers.DocumentBuilderFactory; #import org.xml.parsers.DocumentBuilder; #imp...
Joseph Kesselman — 102560534502 Jul 2002*
>What if I want to supply my own DOM implementation? It _ought_ to be possible to pass a DOMImplementation object into a generic Document Builder F...
Thomas Börkel — 102561591202 Jul 2002
HI! If I try to parse (with DocumentBuilder) a non-existent XML document from hard disk (Windows 2000, filename="C:\something.xml"), I do no...
sandygao — 102569645403 Jul 2002*
Hi David,Unless you really want to work with Xerces *internals*, we don't encourage you to play with "SchemaGrammar" directly. Instead,...
sandygao — 102570248903 Jul 2002
Hi Kristian, PSVI (Post Schema Validation Infoset) is the outcome of schema assessment of an instance document (or part of it). It includes informatio...
Thomas Börkel — 102571053403 Jul 2002*
HI! In Bugzilla, I can only report bugs for Xerces up to 2.0.1. Regards, Thomas...
Sauquet Dominique — 102571728103 Jul 2002*
Hi, I try to use a DOMWriterFilter (instance of my class MyFilter) with a DOMWriterImpl : domWriter = new org.apache.xml.serialize.DOMWriterImpl(false...
arek — 102572888203 Jul 2002
Hi, I'm new to xml and cannot find answer to my problem (archive is not available) I receive and send xml data and I'd like to validate xml ...
Aleksandar Milanovic — 102572973703 Jul 2002
Hi All, Suppose we have a namespace defined in multiple schemas and data that needs to be validated is defined in more than one of the schemas. Neithe...
neilg — 102573908003 Jul 2002*
Hi Alex, Glad to hear the grammar caching code is working for you--it's all pretty new, so I'm betting there's still a bug or two lurki...
neilg — 102573914503 Jul 2002*
Hi Torsten and Alek, You're not being ignored--it was a long weekend up here in Canada, so I haven't been on line to see these messages. Now...
— 102576078404 Jul 2002*
Hi, I am getting the following Error, When I am validating My XML . General Schema Error: Grammar with uri : http://www.imsglobal org/xsd/imsmd_rootv1...
sandygao — 102580632504 Jul 2002
Hi all, A while ago we decided to defer the loading of schema grammars, until such grammar is actually referenced by the instance document. This seeme...
Christopher Ebert — 102589005005 Jul 2002
Hi, Without looking at the code to see if there's something clever that could be done, I'd suggest making it an optional feature 'off...
Torsten Curdt — 102611148908 Jul 2002*
when using latest xerces2 (CVS) I get two error handler calls for a single failed constraint. Can someone please explain if this was indended? I don...
Venkat Kosigi — 102611231208 Jul 2002
Savita, How abt replacing ' , ' with AND/ OR like operators ? Give it a try! Venkat Kosigi Senior Software Engineer Sierra Atlantic, Inc. Hy...
Sauquet Dominique — 102611668808 Jul 2002
Hi The way I did it is the following : . I use a DOMParser . I transform the XML file into a Document . I rewrite into a String a "new version...
Christopher Ebert — 102615331108 Jul 2002
Hi Savita, I don't know if this is the best list for you -- really it's about Xerces, not really XML or XSL in general. Having said that, ca...
Aleksandar Milanovic — 102619357909 Jul 2002*
Hi All, Does Xerces 2 use a symbol table for element names so that String objects for element names are not duplicated? In very large XML documents th...
Dr. Edward R. Jones — 102623110509 Jul 2002*
Hi, I've looked high and low for documentation on dynamic class loading for tomcat 4.0.1. Can't seem to find an answer to this problem. I...
Adam Najmanowicz — 102625217409 Jul 2002
Hello all, it is really critical for us to cache the grammar as the parsing takes place a few thousand time during the export from our system. I am ex...
Darren Munt — 102625836709 Jul 2002
Hi, I apologise upfront for having no understanding of how xerces is being used by FOP version 0.20.4. I have recently attempted to use the latest ver...
Mark Beecroft — 102626795810 Jul 2002
Hi, I am using the Docuverse DOM 1 HTML implementation with the Xerces 2 SAX parser. I use servlets to manipulate the HTML through DOM to serve dynami...
Step — 102629207310 Jul 2002
Suppose I have two filters. 1: I pipeline these two filters and parse my xml in one shot. 2: Parse the xml using filter 1 and obtain an xml. Parse thi...
Mark Feblowitz — 102630881010 Jul 2002
The plan is rather simple: use Xalan or Saxon to apply the Schematron-generated XSL, and have either of the XSL processors parse using Xerces with sch...
Calen Martin D. Legaspi — 102631674910 Jul 2002*
I practically copied this method from the book, but I'm not getting the right outcome for XMLs greater than around 0.4MB. The method writes out t...
Valera Gavrilovets — 102632638910 Jul 2002
I could not get Xerces and Xerces2 working via HTTPS. Namely I need to validate a xml document against a xml schema that is available via HTTPS. The p...
Valera Gavrilovets — 102632640510 Jul 2002
I could not get Xerces and Xerces2 working via HTTPS. Namely I need to validate a xml document against a xml schema that is available via HTTPS. The p...
Jeremy Crosbie — 102632665110 Jul 2002
Did you install the protocol handler for HTTPS? (e.g. -Djava.protocol.pkgs.handler=com.sun.net.ssl.internal.www.protocol )...
Tony Chen — 102632708010 Jul 2002
Hello everyone: Isn't there a way to read the DTD or schema version from the header of a file we receive, but "map" that version to ano...
youssef bououlididrissi — 102633072510 Jul 2002
Hi, I could not execute the sample :AppletXMLyoHTML given with Xalan-Java2 installation. I took take with all the instructions: Setting up "Archi...
David Ezell — 102636892611 Jul 2002*
So, from your message I'd guess you're not using chains of filters as described in [1]. If you use these chains, it's the SAX events wh...
Mike Feldmeier — 102638226811 Jul 2002*
It sounds like a simple question, but I have not been able to come up with an answer, either on the web or searching through archives. I have an xml i...
Neeraj Bajaj — 102639379211 Jul 2002*
What parser are you using ? Xerces2 will look for "document.dtd" relative to xml file. You can use EntityResolver to feed dtd entity to pars...
Neeraj Bajaj — 102639503511 Jul 2002
> Does the EntityResolver in Xerces2 also work for namespaces? Please correct me, if i got your question wrong ? Is "namespace" informati...
Neeraj Bajaj — 102639612411 Jul 2002
For Xerces2 it doesn't matter if its file, http, https protocol. Its all hidden, it uses java.net.URL class to make connections and that class in...
Tobias Schlottke — 102639966911 Jul 2002
Hi guis, I wrote a little prog which creates a xml document and writes it to output (see below). I get the output: <?xml version="1.0" en...
Animesh_Kumar — 102640018211 Jul 2002
Hi, I am using xerces-2_0_2. I need to get the ContentSpec for an element. How can we obtain contentSpecIndex for passing as argument to " public...
Mike Feldmeier — 102640581411 Jul 2002
Thank you! I was using Xerces 1.4.4. I updated to 2.0.2 and it looks for the dtd relative to the working directory. I like that this version shows the...
Steve.Hunter — 102669163515 Jul 2002
I will be out of the office starting 12/07/2002 and will not return until 29/07/2002. On leave...
Yiet, Richard Liyong — 102677210615 Jul 2002
Hi, I am using Tomcat 4.0.1 and Xerces-J 2.0.2. Though everything is functional, I've got annoying messages in the log file. Any good explanation...
SB — 102679748316 Jul 2002
Does Xerces have support for JAXB? --st...
Joel Farquhar — 102685134616 Jul 2002
I'm looking French localization of Xerces Java 1 (1.4.4) Does anyone know of anyone who might have had the resources translated? Regards, Joel Fa...
Eric_Schwarzenbach — 102686251216 Jul 2002*
Hi Elena, I didn't respond to this earlier because I was away on vacation. I'm no longer sure what caused my non-success was before, but app...
Mark Beecroft — 102686331816 Jul 2002
Should I be asking this here or is there a more suitable mailing list? Mark...
Neeraj Bajaj — 102688797817 Jul 2002
and also allowed you to use the java encoding names but that xerces 2.0.x allows only a specified subset of IANA and does not allow the direct use of ...
Zoltan Bryant — 102689260317 Jul 2002*
Does anyone know how to validate whether a schema is a valid schema Without creating an instance document and then validating that first? I have code ...
Joseph Kesselman — 102690924217 Jul 2002
For questions about the DOM API, it's always a good idea to start with the DOM Recommendation -- or a good DOM tutorial. For the REC's words...
Tony Chen — 102691449817 Jul 2002
Hello everyone: When I use schema and DTD to validate the same file, schema validation is much slower than DTD validation. Is this normal? Thanks Tony...
Next page