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

January 2004 - page 1
Nitin.Gupta107327751105 Jan 2004 hi there i faced the same problem some time back. I got the solution on this mailing list only. set the following feature to true. http://apache.org/x...
Reinhard Brandstädter 107330768005 Jan 2004* Hi! I'm very unsucessful in validating a XML file against a XSD. I've read several hints about setting the validation features but all I...
Bromberg, Dirk / encoway 107331251805 Jan 2004* Hi, is there a way to validate an xml by an xsd without having the line to the xsd e.g.: <news xmlns:xsi="http://www.w3.org/2001/XMLSchema-ins...
Bromberg, Dirk / encoway 107331550605 Jan 2004* But this does only work if the xsd location is in the xml file. I'll validate without having the xsd attribute in my xml file! THX Dirk...
Andrea Bigger 107332232905 Jan 2004* Hi. In the W3C Recommendation I found following statement: << [...]. The fixed attribute is used in both attribute and element declarations to e...
Phil Weighill-Smith 107338144406 Jan 2004* I am using XERCES to validate XML documents against an XSD schema. I have discovered that only the first content model error is reported. However, I n...
Jens Maukisch 107338393606 Jan 2004 Hi, I'm trying to use the XML Schema API (http://xml.apache.org/xerces2-j/javadocs/xs/i...) to parse a simple schema manually. The QueryXS.java s...
Bromberg, Dirk / encoway 107338771506 Jan 2004 This works fine. Thanks Dirk...
Farmer, Rod (Contractor) 107341473506 Jan 2004* Hello, wondering if anyone else has thought about a similar problem as the one below, I currently use Xerces-J to serialize Java objects to XML, send ...
Joseph Kesselman 107341679206 Jan 2004 > > xsi:schemaLocation="http://www.bogus.com file://C:/xml/bogus.xsd"> file:///...
Thomas Cox 107341753806 Jan 2004 Nope. Not the problem. Same results either way. (Though I did correct the protocol after my initial post.) - Thomasfile:///...
Thomas Cox 107341908106 Jan 2004* I'll try this again, as I didn't get an answer to the main question last time. (Probably lost in the holidays...) Thanks, Thomas Coxand with...
Thomas Cox 107342130806 Jan 2004 Ah. Thanks, that was it. Looked at it umpteen times and didn't see the url difference. - Thomas -Original Message- From: [mailto:] Sent: Tuesday,...
Holliday, Donald B. (LNG-CSP) 107342524606 Jan 2004* This URL business always struck me as bad design. You can't check for typographical errors at compile time, and I believe most of them don...
Neil Graham 107358696808 Jan 2004 Hi all, Since new API's affect users as well as developers, I thought this development worthy of being brought to the attention of both parts of ...
Schema Help (3 Replies)
Benson Cheng 107359670708 Jan 2004* One of the complexTypes in my schema as below: <xsd:complexType name="ExtendedDataElementType"> <xsd:sequence> <xsd:choice...
Farmer, Rod (Contractor) 107360442208 Jan 2004 I'll reply to Joseph, but thanks to everyone for the input on this problem. Much appreciated! Rod -Original Message- From: Joseph Kesselman [mail...
Farmer, Rod (Contractor) 107360472808 Jan 2004 Hello Reinhard, We currently have a compression mechanism in place that allows third party users to turn compression on, including various levels of c...
Neil Graham 107360707909 Jan 2004 Hi Rod, There is currently no way either to object-serialize or object-deserialize a Xerces-C DOM. Cheers! Neil Neil Graham XML Parser Development IBM...
Farmer, Rod (Contractor) 107361491409 Jan 2004* The only rocks I've run into with this are the ones that say it's okay to gzip XML documents for transmission, but any other form of transfo...
Farmer, Rod (Contractor) 107361583209 Jan 2004 Much appreciated. I've have a look at all those links Cheers -Original Message- From: Dennis Sosnoski [mailto:] Sent: Friday, 9 January 2004 1:22...
Thomas 107365066709 Jan 2004* Hello! I have written the following small method to check if a memory xml stream is well-formed: public void parse(ByteArrayInputStream memoryxml) { t...
Sander Bos 107367246509 Jan 2004* Hi there, If I have a document like: === <!DOCTYPE test SYSTEM "test.dtd"> <test/> === and a DTD like === <!ELEMENT test EMPT...
Jan Pernica 107375672610 Jan 2004* Hi everybody I have XML and XS schema. Let's assume that the validated XML is valid XML (well formed). But there are XS validation errors like th...
Jan Pernica 107380707311 Jan 2004* Hi I have a simple question. I have created XMLDocument and loaded into DOM. How to validate it against loaded XSSchema? Or validation is enabled only...
Phil Weighill-Smith 107385987711 Jan 2004* You could track XPath via the SAX events and look (using regular expressions based on the XML schema messages obtained from XERCES's resource bun...
Purdy, Edgar M 107392225612 Jan 2004 After a lot of frustration and help from subscribers on this users group I finally have a parser that functions dependably. Next question. Is there an...
Holliday, Donald B. (LNG-CSP) 107392228812 Jan 2004* The properties you refer to ( <http://xml.apache.org/xerces-j/properties.htm...> http://xml.apache.org/xerces-j/properties.htm...) are for setti...
Holliday, Donald B. (LNG-CSP) 107394390812 Jan 2004* Based on what I've read in this list, Xerces2 is not thread safe when manipulating nodes and trees, but is thread safe when navigating trees and ...
Elena Litani 107397919513 Jan 2004* I would like to propose to drop JDK 1.1 support in the upcoming Xerces2 release (end of January). As you know, each new level of JDK provides better p...
Purdy, Edgar M 107401847513 Jan 2004 With help from subscribers to this news group I've been able to create a DOM parser that reads from a text xml file. I need to migrate that into ...
Christopher Ebert 107401969213 Jan 2004 I've changed my VM since the last time this was asked, so I'd be happy too :). I feel for those still stuck in old VMs: would it be possible...
Vincent Figari 107410589714 Jan 2004* Hello Xerces users, When parsing an xml element such as: <pr:elem pr:attr="value" xmlns:pr="some-uri" /> With schema validat...
Carl Hume 107411522914 Jan 2004* I am experiencing a discrepancy running my application on two different servers, and I was hoping someone here could give me an idea of what to look f...
Joseph Kesselman 107411582314 Jan 2004 If you specify an encoding, your document *MUST* conform to that encoding, or it is not a well-formed XML file. Specify an encoding that corresponds t...
Christopher Ebert 107413681815 Jan 2004* Look at your character encodings. If the Laptop is probably windows, the encoding is probably Cp 1252. The other machine must have a different default...
michael 107419384315 Jan 2004* Hello. I\\\\\\\'m a very confused and need some help. I have a main xml document which consists of an external DTD reference. Additionally, a sec...
Ben Kolin 107420589815 Jan 2004* Hello Xerces experts, I am writing an application that needs to cache grammars for performance reasons. When I try to use a grammar pool for DTD valid...
nlp ebg 107422965216 Jan 2004 Hi:Any way(s) to prevent/disable buffering in Xerces2? Similar to Xerces1 "read data from a stream as it arrives" functionality where parser...
Sander Bos 107423997816 Jan 2004 Dear Michael, Your document seems fine, in the sense that I copy-pasted parts of your email to some files and could load it okay using Xerces 2.6. Cou...
Brown, James 107428528016 Jan 2004 I would like to be able to trap and handle various types of SAXParseException differently. Primarily, I would like to be able to trap the following: o...
Thomas 107429042516 Jan 2004 Hello! I have two questions: (1) I want to preserve comments in the following lines, but it does not work: comments are still removed. memoryxml.reset...
Thomas 107429043116 Jan 2004 Hello! I have two questions: (1) I want to preserve comments in the following lines, but it does not work: comments are still removed. memoryxml.reset...
Michael Glavassevich 107445563318 Jan 2004* In the upcoming release of Xerces-J we are going to be including OASIS XML Catalog [1] support which will allow users to resolve locations for their s...
Chetan Patel 107452784119 Jan 2004 I am using xerces 2.2.1 and J2SDK1.4.1_02 for validating XML files. I am getting NullPointerException at org.apache.xerces.impl.dtd.XMLDTDValidator.Va...
Chetan Patel 107452787919 Jan 2004 I am using xerces 2.2.1 and J2SDK1.4.1_02 for validating XML files. I am getting NullPointerException at org.apache.xerces.impl.dtd.XMLDTDValidator.Va...
Carl Hume 107453238619 Jan 2004 Hello all, Last week I asked for an explanation regarding Xerces behavior parsing XML files. I was able to hide the issue by tweaking the server...
Michal Sankot 107453549219 Jan 2004* Hi, I have problem with SAX bit of Xerces. I use SAX to get lines of an element of specified tag and print them out. I was using older version of Xerc...
Christopher Ebert 107462241720 Jan 2004 It's tricky. I've used text editors to some advantage in these cases: you can try loading up the file (I use JEdit) and having the editor gu...
Mucha, Dietrich 3861 S-RD-PN51 107468203321 Jan 2004 -Original Message- From: Christopher Ebert [mailto:] Sent: Dienstag, 20. Januar 2004 19:15 To: Carl, Have a look at http://www.w3.org/TR/2000/REC-xml-...

Next page

Home | About | Privacy