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
August 2004
Rehrl, Alwin Taro — 109144444302 Aug 2004
Dear ML, I'm asking this on behalf of a colleague of mine. But I'm also interested in possible answers. We don't want to use a differen...
Usorov, Evgeny — 109145149202 Aug 2004
Hallo i could localize the problem of converting <choice> to <sequence> in derivation by restriction problem: if i define only: <xs:com...
Benjamin Kolin — 109148223202 Aug 2004*
Given a schema was a recursive element, like this:<?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs="http:/...
Satish Kumar — 109155069103 Aug 2004
hai, I'm wriring a program to convert a non-xml file to xml file with transformations. As sax events are genereated the transformatins also shoul...
Stylus Studio Announcements — 109156753603 Aug 2004
[announce]Dear Xerces-J User community, Stylus Studio is pleased to announce Stylus Studio 5 Home Edition, a new, value-priced version of our award-wi...
Jason Dusek — 109157344203 Aug 2004
Hi Everyone, I would like to make up an HTML document using HTML*ElementImpl classes, and then I would like to serialize it as XHTML. Here is how I se...
Ben Bookey — 109159213804 Aug 2004*
1) Could anyone explain why my xml-generator Tomcat web-app (supplied with xmlParserAPIs.jar and xercesImpl.jar in the extended path) doesnt work unti...
Christopher Ebert — 109163971404 Aug 2004*
Hi, I'm not sure exactly what you're doing, but I'd say look at the XNI examples, and NekoHTML (http://www.apache.org/~andyc/neko/doc/h...
Satish Kumar — 109164059604 Aug 2004
Hai... Thaks for the reply.... I shall expalin to you clearly. I need to convert a Non-xml fiel to xml file. On the process of conversion as my saxEve...
James Bates — 109164929604 Aug 2004*
I just read (again) section 4.2.3 of the W3C XML Schema specification (part I). Although the issue is not directly addressed (concatenation of imports...
manfred.klug — 109169885505 Aug 2004
Hi, I have a little problem with Xerces 2.6.2 and keyref's. According to my understanding of the standard, the line "<ref x="1...
manfred.klug — 109178244006 Aug 2004
Argh.. The XML file in my last message contains a little error. See the file below for the correct sample. An additional note. With Xerces 2.5.0 I get...
Maneesh Sahu — 109179487606 Aug 2004*
Is there any way besides implementing a ContentHandler? Something more native to the parser engine? --ms -Original Message- From: Lingzhi Zhang [mailt...
David Wall — 109194154908 Aug 2004*
I'm trying to parse an XML document (root is called "myPlatform") against a locally controlled schema file (.xsd). What I'm not su...
Wax, Ed — 109207940609 Aug 2004*
David, You should specify your governing schema in an instance document (as opposed to code): <root_node xmlns:xsi = "http://www.w3.org/2001/X...
David Morris — 109208256909 Aug 2004*
I have found when entering a regular expression pattern that I have to escape back slashes when using Xerces-j. For example <xsd:pattern value=...
David Morris — 109208776909 Aug 2004
Ankit, You are correct. It works fine without the backslash comma (\,). I made an invalid assumption that I would have to escape the comma and the too...
David Morris — 109211605910 Aug 2004*
Ankit, What you describe is what I would expect but it seems that in practice I have to double escape the pattern. I am running my validation via JDOM...
Usorov, Evgeny — 109214863310 Aug 2004
Hallo when i build reusable typelibs, it is necessary to deal with many schemas. Now i have following situation where the import of the schema don...
Michael Ball — 109216205910 Aug 2004
Is anyone using this setting in a production environment, we're thinking about it but the documentation says it's experimental. It seems to ...
Fuller, Alex — 109216318710 Aug 2004
We're using it, but not via the method call you show. Instead, we use something more like the example in XMLGrammarBuilder where you create an XM...
Martin Gülich — 109235942613 Aug 2004*
Hello! I am wondering if anyone knows of a way to start parsing an XML-file and giving the corresponding DTD or XML Schema definition as input, with t...
Jeff Greif — 109244038613 Aug 2004*
I'm looking for a little Java utility based on Xerces (in lieu of writing it myself) to validate against its corresponding XSSimpleTypeDefinition...
chetan.arora — 109286261418 Aug 2004*
Hi, I am new to XML and to the group. I am trying to include special characters into an XML which is to be validated (using xalan) against a schema. I...
Felix Planjer — 109302101420 Aug 2004*
Hi, I've been trying to figure this out for a few days now, and cannot find the solution. Our xml document has element like to following in it: ...
Christopher Ebert — 109302215020 Aug 2004
When you use 'getBytes()' it uses a default encoding, which probably doesn't support your character. If you use getBytes("UTF8...
Rob Exley — 109318317022 Aug 2004*
I wouldn't classify myself as a java programmer so be gentle with me.... I am trying to use xerces-j to validate xml documents with an asociated ...
Robert Binna — 109321391722 Aug 2004
Hi I had a code that worked fine with the library openxml. Now I wanted to changed to Xerces. I parsed the XHTML-File and all worked fine, but when I ...
ddb — 109325273323 Aug 2004
Hi, I was wanting to experiment with processing XML documentation using saxon and xerces as described in Bob Stayton's book: http://www.sagehill....
Asleson, Ryan — 109326466223 Aug 2004*
Thanks for the tip -- I'll ask on the w3.org list. I can't change "sequence" to "all" because then minOccurs and maxOccu...
David Ezell — 109326765723 Aug 2004
Please keep in mind that Mik is correct that using "all" places a burden on your processor. As you point out, it's not suitable for you...
Brian Nielsen — 109326873023 Aug 2004*
I've been stumbling around for a couple of weeks trying to get an idea of what's up and down when it comes to valid URI's for XML insta...
Asleson, Ryan — 109327020923 Aug 2004*
Hello, My apologies if this isn't the correct place to ask this question, but I didn't know where else to go. Suppose I have a simple XML do...
Brian Nielsen — 109333134924 Aug 2004
Jeff is right that the processor can ignore all but the first schema thats imported, but in my work I have the same "problem" as Duane, sinc...
Christopher Ebert — 109334548424 Aug 2004*
Hi, Haven't seen a reply on the list yet, so the short answer is Xerces does not support 'clone' on parts of the DOM. What you can do i...
Neil Graham — 109340391825 Aug 2004
Hi Brian, Although this is a neat idea, the use of .equals and .hashcode methods in XMLGrammarDescriptions was meant to allow the grammar pool impleme...
Pallavi Patil — 109340469425 Aug 2004
Hi, If on element Staff isRef is set to true. How can I get value of isRef that is it is set or not? <xs:element name="Emp"> <xs:co...
Soosai, Lourdhu Vasanth — 109346673725 Aug 2004
yes , you can do so. __ Vasanth -Original Message- From: Rick Bullotta [mailto:] Sent: Wednesday, August 25, 2004 4:36 PM To: Subject: Safe to use sin...
Pallavi Patil — 109349300526 Aug 2004*
Hi, I want to check if element has ref attribute set or not, can anyone help me how can I check it? Thanks....
chetan.arora — 109359775927 Aug 2004*
Hi, My XML has atleast 5 levels of nested elements. How can i read the entire data and put it in a Container so that i can use that data for processin...
Jean-François — 109362179527 Aug 2004*
Hello, I'd like to know if it is possible to tune the way xerces loads the schemas for the validation of a XML. I have a DB in which I can find s...
Robert Houben — 109362573827 Aug 2004*
The other issue consider when looking at DOM vs SAX is that SAX is a "firehose" model. Once you've visited an element, you can't g...
Volker Katz — 109368110728 Aug 2004*
Hi, I have to validate a SAX-stream against a XML-Schema. My plan was to implement a custom ContentHandler which sends all SAX-events to the parser. T...
Christopher Ebert — 109370895928 Aug 2004*
Hi, I think DocumentBuilder objects can be re-used, so you could use an object pool, build some number of them on startup and reuse them... Chris -Ori...
Christian Zulehner — 109387314630 Aug 2004
Hi, I had the problem, that the parser (Xerces, newest release) I use has a feature activated, that normalizes values for attributes and elements. (se...