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 59 of 76 Previous 10   51   52   53   54   55   56   57   58   59   60   Next 10  

jre jar or xalan jar

Hi This might need to be posted in xalan list however I couldn 't deliever there. However it looks like a java question. I feel sorry if it bothers you. I got following error when I sent my code

Treatment of anyURI in release 2.5.0

I 'm having trouble with some values of the anyURI datatype since installing release 2.5.0. The problem seems to be connected to the length of the anyURI value as opposed to its form or content. I

entity reference

Dear all I would like to parse a xml document and serialize it with entity references not replaced... I 've seen in the xerces ' doc that by defautl feature "http //apache.org/xml/features/dom/crea

DOM events

Is there any way I can capture element building "events " of some sort in the JAXP DocumentBuilder or in the Xerces-J Implementation of that Builder? Basically I need to know when certain elements a

Accessing Validation info from DOM

I 'm trying to write a JSP/XSL based xml editor for our project. For some time I 've been actually parsing the schema externally and looking up the info needed to determine what attributes and child e

keys and keyrefs - more

Hi all I found that we were mixing cases in the keyref tag sometimes saying keyref other times keyRef. But correcting this did not make a difference to Xerces. I 'm attaching the schema and a sam

error: more pseudo attributes expected.

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN " > <html > <head > <meta http-equiv "Content-Type " content "text/html charset ISO-8859-1 " > <title > </title > </head > <body text "#000000 " b

ETA for support of HTML DOM Level2?

HTML DOM Level2 has been a recommendation since January 2003. Is there any plan currently to implement this spec in Xerces2? Since it supports both HTML and XHTML this would be very helpful to b

XMLReader not releasing file reference

Hi all I have an application that only needs to read preprocessing instructions from an XML file. Since I am only interested in Processing Instructions when I encounter the start element I throw a

Nodelist question

I am somewhat confused by the following snippet ---- | 1 Node currentNode | 2 Document doc createDocument() | 3 NodeList elementList doc.getElementsByTagName( "element " ) | 4 | 5 if ( el

Xerces and keyrefs

We 've been developing a schema that uses keys and keyrefs for internal consistency. We developed it using XMLSpy 's parser where it validates documents without complaint. However when we moved to X

Changing schema at runtime..

Hi All I want to know if there is any way to change the schema at runtime. What I mean is for eg in the following extract the maxlength is set to 32767. <xsd element name "description " >

validation against schema that imports other namespaces

Hi I need to validate some XML documents against schema that imports some other namespaces and use them to construct some more complex types that include types from those namespace as well. N

iterating through a DOM3 DOMConfiguration

Does anyone know if W3 has any plans to have the DOMConfiguration interface implement some form of iterator? I prefer not hardcoding properties. I could easily extend the object myself just curious

numeric entities

Hi all When i have some enity like { ( say ) . and now the equivalent unicode is not a valid ISO-8859-1 but whn i parse the xml though the parser is in validation mode its not throwing an erro

AW: Problem with Xerces and threads - any ideas?

Ray thanks for the answer. I headed for the bookstore today and got myself a copy of Doug Leas ' book. The BoundedBufferWithSemaphores class is exactly what I implemented just way better done. The p

How to assign a XSD into output?

Hi! I am looking about this topic with google now about 2 days but did not found any documentation which explained it to me ... I want to assign an XSD Schema to my XML and present it afterwards to

AW: Creating a Document from a DocumentFragment or NodeList

Hi Joe thanks for your response I hope the following this is not asking too much but I am new to Xerces. I have had a look at the API but I am at a bit of a loss in how to do what you suggested.

need help in entity resolution

Hi all suppose i have the follwing entity in my xml doc. ″ ′ and say one more enity — and if in my DTD i have the first 2 ″ ′ entities defined abd the last one i

parser taking #FIXED Values from DTD

Hii all Having a some problems with xerces DOM parser. I have an xml <!DOCTYPE country SYSTEM "country.dtd " > <country name "AU " > <state name "NSW " > </state > <city name "dummy " > </city > </country

ClassCastException

Hi I 've been developing using Xerces 2.4.0 and have successfully completed xsd validation with schema in my application. However now that I 've moved it to our test machines I 'm getting the follow

Creating a Document from a DocumentFragment or NodeList

Hi all how can one create a document from a DocumentFragment NodeList or source Node. Regards Marco

Problem with Xerces and threads - any ideas?

Hi all I got stuck in a problem I simply can 't handle anymore - maybe someone has experienced a similar situation. I have a java program (tried with VMs from 1.4.2 to 1.3.1 on WinXP) that uses se

Probably a simple question: avoiding xmlns= " " on each element...

Hello I 'm just starting to use Xerces to manage (parse and generate) XML file. I use Xerces 2.4 to generate XML file. My code is very common I think ... Document xmldoc buil

validation against DTD

Dear all I would like to use Xerces in order to validate a very simple document against a DTD Here 's my XML document to be validated <?xml version "1.0 " encoding "iso-8859-1 "? > <!DOCTYPE Catalog

CyberNeko Tools for XNI 2003.08.05 Available

I 've just released a new version of the CyberNeko Tools for XNI. Some of the changes in this release are * CyberNeko HTML Parser * implemented scanning of doctype declaration * implemen

Namespace binding problems

Hi I have a servlet that receives SOAPMessages like the following <SOAP-ENV Envelope xmlns SOAP-ENC "http //schemas.xmlsoap.org/soap/encoding/ " xmlns SOAP-ENV "http //schemas.xmlsoap.org/

Unexpected behavior in grammar preparsing.

When Xerces (using PSVI DOM) validates an element foo whose type is from schema A and that element has some content element bar (in A 's target namespace) whose type is from schema B imported by schema

Validation fails with targetNamespace == default namespace?

Help me understand what I am doing wrong. Here 's a small example of two document which as far as I can tell conform to the given schema. One (good.xml) uses a default namespace (no prefix) while

DocumentFragInpl() exception : HIERARCHY_REQUEST_ERR

I have an existing document to which I am trying to add a DocumentFragment to. It 's failing with the following ---- | org.w3c.dom.DOMException HIERARCHY_REQUEST_ERR An attempt was made to insert
Page 59 of 76 Previous 10   51   52   53   54   55   56   57   58   59   60   Next 10