ArchiveOrangemail archive

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

February 2002 - page 1
Umesh Subramanian 101252688901 Feb 2002 Hello, I have a few questions about the schema validation in 2.0.0 1) Is the DOMASBuilder thread safe - I am thinking of preloading schemas into the b...
John Utz 101252747401 Feb 2002 hello; this is a simplified test that describes the problem that i posted yesterday. i get an error that i *believe* is a bug with the new xerces. but...
sandygao101254020601 Feb 2002* This is a bug fixed in the new release. According to the constraint " src-resolve.4" "4 its ・namespace name・ is either the target n...
sandygao101254141701 Feb 2002 You can not use the same parser object (including DOMASBuilder) to parse more than one documents in different threads simultaneously. What you can do ...
Sean Zhang 101255351501 Feb 2002* Hi, I'm using Xerces 1.4.1 in my Java code deployed on Weblogic6.1 to validate XML with reference to W3C schema. The purpose is to validate the X...
Sean Zhang 101257972701 Feb 2002 Hi, Mark, Thanks! I checked the Xerces 1.4.4 documentation and it is indicated that it supports W3C schema 1.0 and in the "Schema Implementation ...
sandygao101258620801 Feb 2002 I would strongly suggest you to try the latest Xerces-2 release, which should have much better schema implementation than Xerces-1. I tried your xml/x...
Sean Zhang 101258673601 Feb 2002 Hi, Sandy, I don't understand what the two errors mean in your response. Could you explain it a little bit? Anyway you can suggest to change the ...
sandygao101258763201 Feb 2002 You have a choice, which refers to two groups, which in turn contain "all". So the result is that "all" is the term of a particle,...
Anthony, Clark 101259764501 Feb 2002 In Xerces1.4.4 an EntityResolver would receive the systemId "magic.dtd" for the following line: <!DOCTYPE magic SYSTEM "magic.dtd...
Sargant, Ross 101260131101 Feb 2002 Hi, I've been trying to write some code that streams in a potentially huge XML file and extracts a particular element. I want to provide a getNex...
Nestel, Frank ISC 6 101260498201 Feb 2002* Hi, I tried to plug in Xerces 2.0.0 into our application yesterday and realized that it is not possible any more to use a valid Windows paths as argum...
Rathi, Pradeep 101261119002 Feb 2002* Apparently the documentation (at http://xml.apache.org/xerces2-j/faq-common.ht...) is missing this specific FAQ. Pradeep...
Jose Rodriguez 101270378103 Feb 2002 Can someone explain what is meant by an "Indirect Entity Reference" thx in advance...
Hasan Al-Sheboul 101277251803 Feb 2002 Hi, Can any one help me in choosing the approperiate model (xerces tool) for the following problem: I want to do some quiry algebra for XML documents ...
Nestel, Frank ISC 6 101281567004 Feb 2002 In the JAXP 1.1 JavaDoc I read: public InputSource(java.lang.String systemId) ... If the system identifier is a URL, it must be full resolved. which s...
Leemans, Frank [JanBe] 101281941204 Feb 2002 Can anyone confirm me that the later versions of Xerces are backward compatible with the previous ones. More specific, is Xerces 1.4.4 backwards compa...
Leemans, Frank [JanBe] 101283992504 Feb 2002 Hi, XML Schema validation using Xerces (1.4.4) works fine : DOMParser parser = new DOMParser(); MyErrorHandler eh = new MyErrorHandler(); parser.setEr...
Nestel, Frank ISC 6 101285306604 Feb 2002* Downloading Xerces-J-tools.2.0.0.tar.gz from http://xml.apache.org/dist/xerces-j/ I get an archive which seems to contain the same xerces.jar like the...
Bob Schloss 101285351704 Feb 2002 Marcus, The message from Xerces is objecting because you have <schema xmlns="http://www.w3.org/1999/XMLSchema" ...> if you had this ...
Christopher Ebert 101287213505 Feb 2002 I had some mysterious problems with Xerces for a while: it all came down to versions of Java, really. Which one are you using? I suppose the next ques...
locking a node (5 Replies)
tom john 101287432805 Feb 2002* Hi, is it possible to lock a node so that it cannot be modified? regards,...
Marcus Schneller 101290024605 Feb 2002* Hi everybody I tried to validate a xml-file with a xml schema. Both of them are in the same directory (and very small)...... but anyway, I got an erro...
Bashir, Rashad (EDS) 101292644605 Feb 2002 Frank,I went through the same scenario as yourself recently.Officially, BEA have a disclaimer saying that you may have problems if you use another par...
sandygao101293113905 Feb 2002 This is a bug in the new release. It's been fixed in CVS. >From the home page of Xerces-2 project "http://xml.apache.org/xerces2-j/index....
(Ha Nguyen)101293256805 Feb 2002 Hi All, I used the ASBuilder example in the xerces-2_0_0 to validate a soap message which contains the encodingStyle attribute in the Envelope element...
Nestel, Frank ISC 6 101293567505 Feb 2002* Hi, getting Xerces from Xerces-2.0.0-bin instead of Xerces-2.0.0-tools I finally end up with a fairly smooth running Application. Overall Xerces-2.0.0...
Sean Zhang 101294725805 Feb 2002 I changed "all" to "sequence" and it still only validates against the first item in <choice>. What could be the problem? Tha...
Sargant, Ross 101294967905 Feb 2002 Hi, I've been looking at creating a new Parser Configuration which removes everything to do with DTD processing by extending the StandardParserCo...
sandygao101295910106 Feb 2002* > I changed "all" to "sequence" and it still only validates against the first > item in <choice>. If you turn on schem...
Nestel, Frank ISC 6 101298744106 Feb 2002 The problem has been observed under Win NT sp 6, with Sun JDK 1.3.1_01, within a homebrewn XML Framework, running under Caucho's Resin servlet co...
Sean Zhang 101301100706 Feb 2002 Sandy, So in one model group, I cannot have two elements with same name, otherwise only the first choice will be picked up. Some one suggested to embe...
Tony Nys 101302031406 Feb 2002 xerces parses some files incorrectly, for some files it appends nodevalues into 1 node you can easily reproduce it by parsing the sample file and dump...
Pavani Mukthipudi 101306652307 Feb 2002 Empty elements like <traceid3></traceid3> or elements with empty CDATA sections like <traceid3><![CDATA[]]></traceid3...
Tony Nys 101307043707 Feb 2002 I saw that, but this is not really the problem the bug is that the DOM is wrong: nodes are removed and concatenaded, so even before the dump, the dump...
Harikrishna_B 101307093507 Feb 2002 Hi all, I am sending an xml file as byte sequence to a sessionbean. After receiving the bytes,the bean is not writing the bytes to a file. How to give...
Pavani Mukthipudi 101307112307 Feb 2002 The output i'm getting, seems to be fine. Please send your output file or a snip of your output which illustrates your problem better. -Pavani...
Tony Nys 101307173507 Feb 2002 hi, here is a part of the dumped dom, look at businessreference3 thx <sentreceiveddate><![CDATA[20011204062437]]></sentreceiveddate...
Pavani Mukthipudi 101307597707 Feb 2002 The problem exists but it's not with the DOM. I think something is going wrong in serialization....
Tony Nys 101307612507 Feb 2002 no, we have made a gui and we saw that it is with the DOM and not with the serialization moreover, we use this file for our own 'databinding...
Cirip Tomas 101309363107 Feb 2002 Hi All! I have a simple question. I am working on very simple tree-based XML Editor. I want user to be able to insert only valid elements, attributes ...
tom john 101309616407 Feb 2002 Hi, i am problem adding doctype node to the existing xml document. i have an application that gets xml data without doctype. i must parse this xml bef...
Raghavendra, Karthik 101309800907 Feb 2002* Hi, I have a XML file containing approximately 14800 product catalog information records and a file size of 80 MB. I am using Xerces 1.4.4 to validate...
<Indrajit.Chaudhuri101309822307 Feb 2002 Hi, The W3C XML Schema specification says that : "....... The schemaLocation attribute contains pairs of values: The first member of each pair is...
(Ha Nguyen)101310320107 Feb 2002* Hi All, I have tried to use Xerces-2_0_0 samples with an xml file. It gives me an error when I include <? xml version="1.0" ?> in the ...
Re: Entity error (1 Reply)
Pavani Mukthipudi 101310761407 Feb 2002* The declaration for element "spec" is missing. <?xml version="1.0"?> <!DOCTYPE spec [ <!ELEMENT spec (#PCDATA)> ...
sandygao101310890407 Feb 2002* > [Fatal Error] soap.xml:12:3: The processing instruction ... Did you put <?xml ... ?> on line 12? If you do want <?xml ... ?>, its ...
Michael Brennan 101311431907 Feb 2002 > From: Eddie Robertsson [mailto:] <snip/>Sun also has an add-on to their Multi-Schema Validator library for supporting Schematron annotation...
sandygao101313337708 Feb 2002* > then the parser should report "Validation OK" or it should be silent or it should report error? There are two ways of interpreting the ...
Gude Reshma 101314792108 Feb 2002* hi, how can the user the Xerces DOM Parser to parse an HTML document? an HTML document is not well formed therfore i'm unable to parse it using t...

Next page

Home | About | Privacy