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 2005
<jozef.aerts — 110728621001 Feb 2005
Dear all, I want to convert an XML document containing a DOCTYPE declaration into one with a default namespace (i.e. the root element should become ...
James Shaw — 110731268902 Feb 2005
I have had great difficulty using Batik's SVGDocument in conjunction with Xerces' DOM Level 3 LSSerializer. I have found the only this solut...
Travis Stevens — 110737111002 Feb 2005
Hello, It seems that the schema standard allows allows for element redefining by adding an element to the end of the list of children. I need to add a...
Stanimir Stamenkov — 110744200203 Feb 2005
I want to obtain the element declarations in (forming) a substitution group given the head element declaration (and if the given element declaration i...
Gowri.S — 110775499707 Feb 2005
I have XML schemas that are structured as follows: Namespace1: (all have the targetNamespace set to Namespace1) A.xsd Namespace2: (all have the target...
Soosai, Lourdhu Vasanth — 110861470117 Feb 2005
I am having memory leaks with Xalan/Xerces shipped with Websphere 5.1 happens in high volume only Below is what I do .... javax.xml.transform.Template...
Thropp, Shawn — 110878704819 Feb 2005*
I am trying to determine if the following is legal. I have been searching the W3C recommendations and can't determine if it is:<element xmlns=...
Jos van den Oever — 110899639721 Feb 2005*
Hello all, I've a question concerning DOM build speed. In the version 2.6.2 version of Xerces, parsing a simple 825 byte xml file takes between 3...
Dean, Tim \(STP\) — 110901435621 Feb 2005
Hi, I'm trying to do some experiments using XInclude. My XML files are validated using XML schema (not DTD's). When I try to validate my doc...
— 110902352021 Feb 2005*
Hello, I got a strange exception. Here is my problem : public interface SecureDocument extends Node { } public class SecDocImpl extends DocumentImpl {...
Stéphane Rault — 110906741122 Feb 2005*
Hello all. I want to serialize some Xml Documents with namespace inside but with a defaultNamespace and no prefix for this namespace. How can I do it ...
Ritu Raj Tiwari — 110913545523 Feb 2005*
My application encounters XML documents that all conform to the same DTD. I create an XMLReader using the SAX APIs: SAXParserFactory factory = SAXPars...
— 110916637723 Feb 2005*
I have a better example which better show my problem : public interface SecNode extends Node { } public interface SecElement extends SecNode { } publi...
Ritu Raj Tiwari — 110919467523 Feb 2005
Before using the XMLReader, I set my own EntitResolver2 implementation as the XMLReader's entityResolver. On running in a debugger, For documents...
Anthony Mak — 110922802924 Feb 2005*
Hi all, I am using Xerces DOM library. I want to get a subtree (everything including the tags ) from an xml document as a string ( and save this subtr...
Ranjan Baisak — 110925577424 Feb 2005*
Hi, Can anybody give me any code example of usage of org.apache.xerces.dom.DeferredDocumentImpl. I trying to cast org.w3c.dom.Document to org.apache.x...
Ritu Raj Tiwari — 110937035125 Feb 2005*
When startElement() is called on my Handler, the document locator does not actually point to the start of the element, but to the position *past* the ...
Pavel Krupets — 110943114226 Feb 2005
Hello, I have some documents one of them is the root document and it contains XInclude elements. I need to parse this document to get node elements (w...
Andrew Stevens — 110961728128 Feb 2005*
In org.apache.xerces.util.EntityResolverWrapper.resolveEntity(XMLResourceIdentifier resourceIdentifier), it has the line String sysId = resourceIdenti...
Jakub Kahovec — 110963018228 Feb 2005*
Hi, when I parse the xml document (with xerces 2.6.2) which has in xml declaration specified utf-8 encoding and which contains utf-8 characters in cha...