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 2003 - page 1
rf — 104427598603 Feb 2003
Offtopic: Just wanted to know if there is any XML parser API implementation, other than from microsoft(ie., msxml3.dll kind)to be used in windows appl...
Pascal Miquet — 104428493503 Feb 2003
I'd like to know How I can check the validity of an XLM file according to a given DTD. Thanks for your help. Regards Pascal Miquet...
Jesus M. Salvo Jr. — 104431975104 Feb 2003*
JAXP + Xerces 2.2.1 DocumentBuilderFactory docBuilderFactory = DocumentBuilderFactory.newInstance(); docBuilderFactory.setNamespaceAware( true ); docB...
Reiko Koehler — 104437084304 Feb 2003*
Hi all, I wonder what I am doing wrong: I want to validate the following XML file: <ROOT xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance...
Pascal Miquet — 104438271204 Feb 2003*
Hi, I'd like to know how I can activate, or checks thant the incoming XML file fulfill the given DTD, and If the result is success, applying my x...
sandygao — 104439956204 Feb 2003*
Yes. This is where the JAXP property differs from the Xerces one. Cheers, Sandy Gao Software Developer, IBM Canada (1-905) 413-3255 "Jesus M. Sal...
Peter Vanopulos — 104440584705 Feb 2003
I'd like to know how I can activate, or checks thant the incoming XML file fulfill the given DTD, and If the result is success, applying my xslt ...
Jesus M. Salvo Jr. — 104441042905 Feb 2003*
How do you create a element with a namespace without any prefix, something like this (?): <Response xmlns="http://mynamespace.org"> ...
Jan Les — 104441601105 Feb 2003
Xerces release: Xerces 2.3.0 Problem: I'm using the following code: .... documentFactory.DocumentBuilderFactory.newInstance(); documentFactory.se...
Jesus M. Salvo Jr. — 104442708005 Feb 2003
Is anyone aware of any problem using Xerces 2.2.1 with JDK 1.3.0 instead of JDK 1.3.1? Planning to use Xerces with Apache SOAP on SunOne WebServer 6, ...
Ron Rothblum — 104443215005 Feb 2003
Is there some way for to check that the schema file that the user specified in the input XML is the one I want him to (preferably a deeper check than ...
Neeraj Bajaj — 104443346905 Feb 2003
non-validating parser I simply call documentFactory.setValidating(false) before creating document builder. > When I need to create a validating par...
jcgronde — 104444678905 Feb 2003
Dear all, I have a question about special characters and XML. My incoming XML messages contain character references, that are automatically converted ...
sandygao — 104445357405 Feb 2003
Short answer: no (unless you read in the 2 schema files, and compare them character by character, or some similar ugly approaches). Long answer: there...
Aleksandar Milanovic — 104447867105 Feb 2003
Hi All, In my schema I use an attributeGroup schema component, which is then referenced from the declaration of complex types. The attributeGroup has ...
Jan Les — 104448688805 Feb 2003
Thanks Neeraj. It works fine. -Original Message- From: Neeraj Bajaj [mailto:] Sent: Wednesday, 5 February 2003 6:54 PM To: ; ; Subject: Re: BUG in JAX...
Jesus M. Salvo Jr. — 104449291306 Feb 2003
Given the following snippets from a schema definition ( look in particular on the element name "Details" .. ): <xs:complexType name=...
rf — 104451521606 Feb 2003
I want regular expressions for valid element names, element text, attibute name, attibute values. Let me know if the following are correct element and...
Bolduan, Eric R. — 104455064306 Feb 2003
Hello, Forgive me for asking such a basic question, but I can't find an example or documentation that shows how to do this. I am constructing a D...
Bolduan, Eric R. — 104455117306 Feb 2003
Does anyone know when the archives of the Xerces-J user and developer mailing lists will be made available? Both of the archive sites http://xml-archi...
Lemmin, Harald — 104455287006 Feb 2003*
Hello, what is the difference between: Xerces 2.2.0: xmlParserAPIs.jar and Xerces 2.3.0: xmlParserAPIs.jar? Packages like dom/views dom/stylesheets do...
Praveen Peddi — 104455386306 Feb 2003
I am adding high bit characters like copy right symbol and trade mark symbol and they are automatically getting to question marks. I am using the defa...
Voytenko, Dimitry — 104455607506 Feb 2003*
Hi Praveen,Can you explain which way you use to "add" this characters. Then how do you see they are converted to question marks. Please, pro...
Hui Cai — 104455629906 Feb 2003*
So would the line breaks preserved during parsing if they are in the element content? -Original Message- From: Joseph Kesselman [mailto:] Sent: Thursd...
Voytenko, Dimitry — 104455995806 Feb 2003*
Hi again,It's still very difficult to say what exactly go wrong. In your examples I don't see where Xerces is used. Do you convert JDOM stru...
Voytenko, Dimitry — 104456260906 Feb 2003
Hi,Yes, I see what you mean.Can you specify your JDOM version, Xerces version (only if you use xerces version different from the supplied with JDOM). ...
Hui Cai — 104456366306 Feb 2003*
Hi, When I call the getAttribute(String), it converts any line breaks to a white space. Is there a way the line breaks can be preserved? Hui + This em...
sandygao — 104456901606 Feb 2003
"anyType" has mixed=true, so it allows textual data. Your "anyDataType" has mixed=false, so it doesn't allow textual data. Ad...
Aleksandar Milanovic — 104457684307 Feb 2003*
Hi, I've noticed that the package org.apache.xerces.impl.xs.psvi is deprecated in Xerces 2.3.0. Is there a replacement for this code? I've g...
Elena Litani — 104457697007 Feb 2003
We would like to know if the PSVI API** in Xerces satisfies your needs. For that purpose, we would appreciate your input on the following questions: a...
Jeff Greif — 104460084807 Feb 2003
In xerces-j 2.3.0, the various psvi interfaces are marked as deprecated. Is there going to be something to replace them? I have code making significan...
Subhasis Sanyal — 104462495407 Feb 2003
...
sandygao — 104462558707 Feb 2003
Please refer to the following 2 earlier messages: [1] http://marc.theaimsgroup.com/?l=xerces-j-user... [2] http://marc.theaimsgroup.com/?l=xerces-j-us...
Lemmin, Harald — 104462962307 Feb 2003
Thank you Michael, ok, xmlParserAPIs.jar has been extended by unsupported interfaces, no problem. If no one from the Xerces-J team responds, I have to...
neilg — 104463019107 Feb 2003
Hi Harald, Michael's guess is correct. We made a decision during the development of 2.3.0 to source our API's from (a branch of) xml-commons...
Lemmin, Harald — 104463095807 Feb 2003
Thank you Neil, for clarification of the meaning of xml-commons: Will both, Xerces and Xalan in future ship the *same* xml-apis.jar, depending on the ...
Dean Des Rosiers — 104464678907 Feb 2003*
Hello, Elena. I make thorough use of org.apache.xerces.impl.xs.psvi.* in my application. Im not sure if this is the deprecated API since I have not ...
neilg — 104468236608 Feb 2003*
Hi Harald, In an ideal world, there shouldn't even be differences in the builds of the xml-apis.jar that Xerces and Xalan both ship. We haven...
sandygao — 104486148410 Feb 2003*
How do you check the base type? The base should be "integer", but its primitive type should be "decimal". (Note that integer is de...
Ron Rothblum — 104489072910 Feb 2003
Thanks, I think this will solve my problem nicely. Ron....
Eric_Schwarzenbach — 104492464611 Feb 2003
Xerces (2.3.0) doesn't seem to allow me to redefine attributeGroups. It throws a 'derivation-ok-restriction.2.2' error. Now maybe there...
neilg — 104497937711 Feb 2003
Hi Eric, Your syntax was close, but not quite right. The trick is that, instead of repeating the content of the attributeGroup you're redefining,...
Arno Schatz — 104497961511 Feb 2003
Hi, While testing the above property, I realised, that getProperty(" http://apache.org/xml/properties/dom/current-...") will never return a ...
Eric_Schwarzenbach — 104498053211 Feb 2003
Thank you very much! EricHi Eric, Your syntax was close, but not quite right. The trick is that, instead of repeating the content of the attributeGrou...
sandygao — 104498563911 Feb 2003
> Is this intended behaviour/bug? As the name of the property suggests, it only returns *element* node. > How do i get hold of comment nodes whi...
Thropp, Shawn — 104498779411 Feb 2003
To all, Currently, we have integrated Xerces 2.0.1 into our java code to perform parsing of XML instances for wellformedness and validation to XSD che...
Aleksandar Milanovic — 104499238811 Feb 2003
Hi All, I noticed that an old bug I've submitted was still lurking in Xerces 2.3.0. Its description is at http://nagoya.apache.org/bugzilla/show_...
Hui Cai — 104499246511 Feb 2003
Very clear. Thanks! -Original Message- From: Andy Clark [mailto:] Sent: Thursday, February 06, 2003 12:34 PM To: Subject: Re: line breaks in attribute...
Aleksandar Milanovic — 104500069911 Feb 2003
Hi, When Xerces is configured with the external-schema-location, it complains about "Premature end of file" if an unknown namespace is encou...
sandygao — 104500440311 Feb 2003*
Could you provide more detailed information about how you got such error? Sounds like a bug to me: unknown namespace should only lead to validation er...
Next page