Subjects
Home
VOTE Move XML Commons to Xerces
Commented: (XERCESJ 589) Bug with pattern restriction on long strings
: Xerces J 2 8 1 Release on Wednesday, September 13th
: Xerces J 2 9 0 Release on Wednesday, November 22nd
Commented: (XERCESJ 1066) Restriction+choice+substitutionGroup error
Commented: (XERCESJ 1178) Error getting prefix for an attribute with no n
Updated: (XERCESJ 1244) XMLSchemaValidator does not contribute element 's
Some consideration about the xerces DOM implementation
Updated: (XERCESJ 1066) Restriction+choice+substitutionGroup error
Commented: (XERCESJ 1227) Poor performance / OutOfMemoryError for sequenc
retain exception stack traces
Updated: (XERCESJ 1193) NPE or hang when parsing using the "continue afte
Future of NekoHTML
Commented: (XERCESJ 1203) NPE in XMLDTDProcessor
DOM Level 3 APIs for Xalan J and a new Xalan release (2 7 1)
: xml commons external 1 3 04 Release on Wednesday, November 22nd
Commented: (XERCESJ 1247) Incorrect location information on SAX when usin
XInclude exceptions how to mirror Xerces J functionality into Xerces C++?
First proposal on SoC project "Add support for the StAX (JSR 173) cursor API
: xml commons resolver 1 2 Release on Wednesday, November 22nd
Typo in RangeToken java Please check
Validator features
java lang ClassCastException when adopting Node
using the org apache xerces impl xs identity package
Updated: (XERCESJ 1257) buffer overflow in UTF8Reader for characters out
Problem with ref attributes and schema validation
Updated: (XERCESJ 122) XMLSchemaValidator does not contribute element 's d
Performance problem under load Xerces with Weblogic 9 x
remove ignored memory allocation
Commented: (XERCESJ 1177) SAXXMLStreamReader doesn 't always report namesp
Commented: (XERCESJ 977) Null pointer exception during DOM parsing
Commented: (XERCESJ 1197) Code cleanup for org apache xml serialize
Commented: (XERCESJ 1201) Initial contribution for StAX Event API
Updated: (XERCESJ 1061) Regex "$ " and "^ " characters treated as special c
Commented: (XERCESJ 1199) SAXXMLStreamReader should attempt to register a
Commented: (XERCESJ 1061) Regex "$ " and "^ " characters treated as special
Updated: (XERCESJ 589) Bug with pattern restriction on long strings
StackOverflow
xerces Range unnecessarily not garbage collectable if not detached
Updated: (XERCESJ 1178) Error getting prefix for an attribute with no nam
Bug in xs:redefine
Commented: (XERCESJ 1204) Can not set XMLEntityResolver for LSParser
Updated: (XERCESJ 1253) Prototype for SoC2007 project "Add support for th
Updated: (XERCESJ 1259) Add SteamFilter Function to SoC2007 project "Add
Assigned: (XERCESJ 444) SAXException thrown by EntityResolver is reported
Google Summer of Code 2007
Xerces J and XInclude relative path issue
Assigned: (XERCESJ 206) Stack overflow when using a schema validation
Commented: (XERCESJ 1215) Restrictions involving two levels of substituti
Closed: (XERCESJ 1203) NPE in XMLDTDProcessor
non overriding equals methoda
Resolved: (XERCESJ 1079) invalid value returned for TOTALDIGITS facet in
Xerces AS3 port
Updated: (XERCESJ 325) Regular Expression; Pattern "| " clause order de
Updated: (XERCESJ 1196) Javadoc generation fails on Java SE 5 0
Closed: (XERCESJ 1202) DTD validation on XIncluded documents when the sch
Created: (XERCESJ 1124) Nonspecific schema error message
a bug in xerces
Updated: (XERCESJ 1201) Initial contribution for StAX Event API
Closed: (XERCESJ 1254) Empty uris in targetNamespace attribute not report
Links
Home
Oracle database error code
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
Xerces
Page 55 of 76 Previous 10   51   52   53   54   55   56   57   58   59   60   Next 10  

insert node into DOM

Hi I am using xerces to try to insert xml into the certain node in the DOM which satisfies some xpath expression. The simple structure of my original xml is like <root > <A > <B >10 </B > </A > <A

Differentiating <element/ > tags

Hello I was wondering if it is possible to differentiate in Xerces-J between <element > </element > and <element/ >? >From what I see Xerces-J expands <element/ > to <element > </element >. Thanks Ro

Calling xerces recursively doesn 't procede linearly

Hello I 'm using SAX to implement a data layer which permits object serialization across Java and C++. Without going into the library which does the grunt work I 'd like to describe a problem I 'm fac

#text when parsing xml

I am parsing my XML files and every other value between elements is of type TEXT (#text) with a blank value. I did not see this using the Sun XML Parser. So I used the TreeWalkerView example in th

System Id of Document

We are moving over from the Sun XML package. We were using the com.sun.xml.tree.XmlDocument.getSystemId() to retrieve the URI of the document we are working on. I can not find a similar function in

Providing schema at a node

HI! I am trying to provide a schema for a node not for the whole document. Xerces 2.4.0 does not report a schema error in this case. Example book.xsd <xs schema targetNamespace "bookns " xmlns a

Serious problems getting Xerces to work.

Hello all I 'm having some serious trouble just getting Xerces to compile programs. I 'm using the newest version of Java and also the newest version of Xerces. I compile Xerces from source by fir

problem with keys

I 'm rather stuck here and am wondering if I 'm trying to do something invalid or what. This schema and instance document validate with xsv but not with Xerces (2.5.0). Attached are the instance and

appendNode() in DOM

Hi I am experimenting how to append a piece of xml into an existing xml using DOM. My code is like DocumentBuilder parser factory.newDocumentBuilder() InputSource in new InputSource(xmlFi

Parsing XML Schema

Hello everybody Sorry if this has been covered in previous threads. I am trying to gather information about all element ans its type for XML Schema against which XML Document is validated. I am usi

Retrieve <attribute > values

Hello I have my elements like <Element > <attribute name "First " >FirstAtt </attribute > <attribute name "Second " >SecondAtt </attribute > </Element >

Serialization StackOverflowError

Hello Forgive me if this has been mentioned before in another thread... I am running into a StackOverflowError when attempting to serialize a large XML document (10000+ nodes with a height of 1000

problem resolving SYSTEM entity to current directory

Using Xerces-J version 2.5.0 I am running into a problem where a relative SYSTEM entity reference seems to be attempted to be resolved to the current directory (and fails) rather than to the locat

XML schema inclusion and web application

Hi Here is my problem which seems very strange .... I use xerces 2 to check a xml with a schema where there is this inclusion <xsd include schemaLocation "schema2.xsd "/ > It works well when I test

A 'include ' element cannot be a child of an include element.

Hello when I try to parse a.xml I 'll get this exception [Fatal Error] a.xml 8 44 A 'include ' element cannot be a child of an include element. Ivan file a.xml <?xml version "1.0 "? > <a xmlns

any way to ensure using latest xerces*.jars?

I am deploying a parsing app to a servlet server on which I have minimal control over jars in the classpath. I suspect that my servlet is picking up old parser implementations before the Xerces 2.5.0

sax parser application

Hello! I 'm quite new to the xerces and java environment and would really appreciate any help i can get! I 'm developing an application to analyse the internal content of XML documents and DTDs. i 'm u

xerces and NIO

Will xerces support channel in NIO? i.e. it parses a file from a channel instead of an input stream? If not does anyone know if there is a xml parser supports nio? Thanks. <!DOCTYPE HTML PUBLIC "-/

SAX parser feature for attribute-default-value

Hello everyone I am using xerces 1.4 sax parser to validate a xml document base on a schema. In the schema there are some attributes defined as optional and have default value. After parsing the

using Xerces 2.5.0 from JRun?

Has anyone out there been able to successfully use schema validation in Xerces running code as a servlet under JRun? Pls. reply off list if yes. Thanks Sean

element form/attr default

Is there a way to get the values of the schema attributes "elementFormDefault " and "attributeFormDefault " from XSModel? XSModel.getComponents(...) returns "top-level " components but these are fo

Enabling XInclude at compile time

Hello How can I enable XInclude processing through my program and not at run time? The current method to enable XInclude is at run time java -Dorg.apache.xerces.xni.parser.XMLParserConfiguration My

Recursive Xinclude

Hello Can I use XInclude recursively? If not then what is the possible solution to use XInclude recursively. Thank you. Prapti

Node identifier

Hello all my application is in need of a document-wide unique node-id for every node in a DOM tree. These ids should be persistent i.e. uniquely exist as long as the document existst and not as lo

multi-threaded issues on a multi-cpu machine

Hi I have a web application that caches DOMs (for site navigation page layout etc..) internally. I am having problems with exceptions being thrown from within org.apache.xerces.dom.DeferredDocume

DOMImplementation

Hello all I was wondering what classes currently use the DOMImplementation class in the current working draft of DOM3. My thoughts are that the DOMImplementation would describe an user implementat

importNode() problem

Hello I 'm having a problem with the importNode() function...I 'm calling it with the "deep " option set and but I 'm finding ?that for some of the nested children the attribute values aren 't being co

Importing XMLSchema itself

I am trying to import the XMLSchema itself to allow users to identify their own data types. >

Problems with big files

Hi (first post be pacient please) We 're trying to parse a big xml file (about 175 MB) The xml it 's a database table the problem is that reads wrong some fields for example in xml <DDFECH_INGSI >20

NullPointerException

We are getting periodic NullPointerExceptions while parsing documents. Here is the relevant parts of the stack trace. Has anyone run into a similar problem and know how to solve it? Thanks Craig j
Page 55 of 76 Previous 10   51   52   53   54   55   56   57   58   59   60   Next 10