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 47 of 76 Previous 10   41   42   43   44   45   46   47   48   49   50   Next 10  

Updated: (XERCESJ-926) xml:base resolution doesn 't recurse correctly for

The following issue has been updated Updater Lucian Holland (mailto lefh@(protected)) Date Tue 4 May 2004 10 15 AM Comment Looking at this issue again I have realised t

Updated: (XERCESJ-941) DOM Events Module: event notification of "indirect

The following issue has been updated Updater Lucian Holland (mailto lefh@(protected)) Date Tue 4 May 2004 9 30 AM Comment Proposed patch removing "optimisation " from dis

Commented: (XERCESJ-941) DOM Events Module: event notification of "indire

The following comment has been added to this issue Author Lucian Holland Created Tue 4 May 2004 9 17 AM Body I have experienced a very similar issue and I believe that the

XPathEvaluator and DOM 3

Hello According to the W3C recommendation an XPahEvaluator object could be obtained by a cast of a Document implementation if the DOM implementation supports the DOM 3 XPath feature. My DOM

Re: [VOTE]: motion to transform Xerces into a top-level project as a
member o

Berin Lautenbach wrote > All thoughts welcome! I 'd very much like to understand what everyone 's > feelings are in relation to making Xerces (and the other sub-projects) > TLPs. I 'm in suppor

Bug report for Xerces2-J [2004/05/02]

+

Bug report for Xerces-J [2004/05/02]

+

XSComplexTypeDecl question again

Any Xerces developers or users Can anyone answer? Thanks Jeehong ----- Original Message ----- From Jeehong Min To xerces-j-user@(protected) Sent Tuesday April 27 2004 1 12 PM Subject

"-- " in comment

Base on XML spec. its invalid to have "-- " in the XML comment section. My question is when I use Xerces to create a comment with "-- " in it and then write the Document to XML (see code below) is the

Issue with choice of group elements:

Hello I am getting a Schema Validation failure using Xerces 2.6.2 with JSDK 1.4.2. My Schema is like this <xs group name "Input1 " > <xs sequence > <xs element ref "dog " maxOccurs "1 " minOccu

Intermittent SAXParseException

Hi We are getting the following error very intermittently (under heavy load?) making it almost impossible to reproduce. The XML is valid (checked with XMLSpy) but Xerces occasionally does not vali

how to keep source open

Hi! I 'm trying to parse some xml documents from a zip stream. The problem I 'm having is that the zip stream is closed after parsing the document in the first zip entry. I am using a DOMParser InputS

manipulate automata during validation

Hi I am wondering whether there is a way to manipulate the schema automata during the validation. Here is what I am thinking about when the parser sees a tag which is not validate against the sche

newbie question

Hi all I 'm having some problems with parsing XML with JDOM. What I want is to filter out particular elements in the XML the sample XML looks like this. Thanks in advance. Yang <CATALO

XSComplexTypeDecl question

Sandy et al I have a XSComplexTypeDecl that represents the following complexType in the schema. <complexType name "ArrayOfshort " > <complexContent > <restriction base "soapen

iteration in xsl

Hi All I just want to know the iteration functionality in xsl. for example similar to the following ... for(int i 0 i <10 i++){ } or how do i achieve that functionality ... is there any workar

Schema validation problems

Ok here are is what I am doing protected static final String FEATURE_NAMESPACES "http //xml.org/sax/features/namespaces " protected static final String FEATURE_VALIDATION "http //xml.org/sax

SAXNotRecognizedException on http://xml.org/sax/features/namespace-prefixes

Dear Distinguished Colleagues I am having a number of schema validation problems with Xerces but let 's discuss them one at a time. The first problem is this. I have a constant defined protecte

Directory for installation / deployment of Xerces

Hi To install Xerces on my own development machine is it simply a case of copying the jars into jdk/lib/ext and also into jdk/jre/lib/ext? Equally to deploy on a target machine is it simply copy

sequential order ...

Hi All I have one xml file mention below ... I want to generate the PDF in the same order .... (i mean first paragraph text table and paragraph....) <paragraph > This text is displayed with He

ClassNotFoundException:org.apache.xerces.parsers.SAXparser

hi under samples\sax dir I copied Writer and AttributesImpl to a different directory deleted package commands and compiled them. try to run with personal.xml and get the error of "unable to instantia

Error message in german language?

Hello is it possible to print out the error messages from the SAXParser of Xerces in german language instead of english? I 'am writing a tool which checks the wellformtness of a xml document. Ther

How to parse a string instead of a file?

Apologies for what is probably a Java-101 question How can I get a SAXParser to use a string instead of a file as its inputsource? Thanks Roy

Quickstart advice for parsing a small xml file - thanks.

.. just a quick thank you to all who replied. Most appreciated. Roy

handling of unresolved grammar in preparsing

In preparsing this schema which contains an unresolvable namespace <schema xmlns bogus "http //hyperspace/ " xmlns "http //www.w3.org/2001/XMLSchema " targetNamespace "http //

Quickstart advice for parsing a small xml file

Hi I am writing a Java application for which I would like to use an xml-based configuration file. All I want to do is read in the file and then extract the values for the various configuration para

Well formed & valid document

How can I validate a valid XML document that does not have reference to schema? <A > <B name "john " >Text goes here </B > </A > Here is the schema I want to validate with the above xml <xs schema xm

Working with XML Schema 's to validate and restrict user data in gui

Hello everybody First of all what I 'm doing I 'm creating a java gui that takes xml schema and corresponding xml data as input. From this input a menu is created with the xml schown as submenu 's an

> > Grammar parser getting started help please.

Hello I am using xerces 2.6.2 and I am trying to preparse a schema. Here is the test code that I am using import org.apache.xerces.xni.parser.* import org.apache.xerces.parsers.* import org.apa

Content is not allowed in prolog

I am using Axis in combination with Xerces to connect to a .Net web service. I get a response correctly but Xerces throws a "Content is not allowed in prolog " exception when parsing. I believe this is
Page 47 of 76 Previous 10   41   42   43   44   45   46   47   48   49   50   Next 10