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 75 of 76 Previous 10   71   72   73   74   75   76  

feature http://apache.org/xml/features/validation/dynamic

Hi all There seems to be some disagreement between the description of this feature and its implementation. The description [1] (along with that of the feature "http //xml.org/sax/features/validatio

Easiest way to use xerces to validate XML against DTD ?

Hi I am trying to validate an xml file produced by openoffice with an openoffice DTD. There are no tools available from the openoffice project to do this hence I am here ) However my knowledge of

any processContents= "skip "

Hi all I 'm using Xerces 2.0.2 with validating feature on against and xsd file. That xsd file has a complexType </complexType > <complexType name "ResponseEnvelopeType " > <sequence > <any pr

encoding and saxparser

I have code that looks like this SAXParser sp new SAXParser() sp.setContentHandler(tch) //tch is my content handler InputSource is null is new InputSource( "/tmp/temp1.xml ")

XML validation using xml schema string

Hi all I want to validate an xml document with an existing schema. I know there is a code to do it when the schema is present as a URL. BUt in my case schema is present with in the application memory

AW: Parsing DTD 's with CDATA elements

i agree with Joe. i have successfully validated xml that contains a RFC822 mail within a CDATA section against a XSD file and it worked. the only thing i did in the XSD file was to add the following

Appending a ProcessingInstruction to org.w3c.dom.Document

Hi I 'm generating xml on the fly for my report server in this context I need to embedd a stylesheet inside the xml document. In order for this to work I need a processing instruction to the parser

Parsing DTD 's with CDATA elements

Hi All I have build a data structure that contains an element of type CDATA. When I parse the xml data I get the error org.xml.sax.SAXParseException A '( ' character or an element type is required

Class SecuritySupport and   Class.forName( "java.security.AccessController ")

Every time the Xalan developers ask about abandoning Java 1.1 we 're told "That 'd be fine with the developers but their _customers_ refuse to upgrade and since the goal is to serve the customers...

Re: Class SecuritySupport and
   Class.forName( "java.security.AccessController ")

On Tue 2003-01-14 at 11 15 neilg@(protected) wrote > Bottom line the sooner folks move off of the Java 1.1 platform the > better for everyone. ) One other thing that would be a nice about a mo

Class SecuritySupport and Class.forName( "java.security.AccessController ")

We are using Microsoft 's jview for our front end GUI and Sun 's JRE 1.3 for our backend (server). We have an auditing factory class that is used both in our front end and backend. It is compiled under

Schema annotations

Hi everyone! We are having problems getting access to schema annotations using Xerces-J. The following code snipplet returns a null value for schema.getAnnotations() Element root document.getDocu

Re: Expecting no namespace, but the schema document has a target
namespace

Sandy Thanks for the reply but .... I just changed the my SOAP envelope so that the root document is now as you have suggested like this <?xml version '1.0 ' encoding 'UTF-8 '? > <SOAP-ENV Enve

Enhancing parsing performance

Hi Thanks for those who helped me with cloning... I am a little surprised with performance. Maybe there are some basic things I am doing wrong. I am parsing a 3 Kb XHTML file and it takes me about

Cloning a tree

Hi I 'd like to clone a Document and all its subnodes. Is there a quick method to do so or do I need to do it manual or even to reparse the whole tree? I 'd like something like Document myDoc mySo

How to build DOM with a DOCTYPE?

Hi All I have been building a Document with a DOCTYPE using the DOMImplementation but when I serialize the DOM to file or OutputStream the DOCTYPE is missing. How can I achieve this? Many thank

Expecting no namespace, but the schema document has a target namespace

I have a SOAP envelope which when XML schema validation is turned on via JAXP+Xerces is causing an error. Xerces seems to be having problems with the Schema definition at http //www.3gpp.org/ftp

DOM problems

Hello I have 2 issues with the xerces dom parser that I 'm having trouble with 1) for some reason when I call the method 'getProperty( "http //apache.org/xml/properties/dom/current-element-node ")

Re: Turning off DTD validation but allow Schema validation ( was
Re: Schema va

Thanks Neil for the response. However ... 1) I did ran ethereal to checkout if Xerces was retrieving the schema ... and found it that 1a) I did _NOT_ see any attempt to retrieve the SOAP schema

Re: Turning off DTD validation but allow Schema validation ( was Re: Schema
va

Hi Jesus This is a schema validation error. (You can tell cvc complexType validation constraint). It 's produced when Xerces can 't find your schema file. Usually this means that something went

Building DOM with DOCTYPE

Hi All I am new to this list and using Xerces. I am having trouble building a DOM with a DOCTYPE declaration. No errors occur when I build the DOM but when I serialize the DOM to file the DOCTYPE

New xercesImpl compatible with java 1.1

Can you use xercesImpl.jar with runtime environment of java 1.1? thanks <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN " > <HTML > <HEAD > <META HTTP-EQUIV "Content-Type " CONTENT "text/html charset us

unsatisfiedLinkError and xercesImpl

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN " > <HTML > <HEAD > <META HTTP-EQUIV "Content-Type " CONTENT "text/html charset us-ascii " > <META NAME "Generator " CONTENT "MS Exchange Server version 6.0.

Cyberneko Tools for XNI 2003.01.10 Available

This release includes an update to the NekoHTML parser that fixes several reported bugs. Check it out at the following URL http //www.apache.org/~andyc/neko/doc/index.html -- Andy Clark * andyc

Obtaining grammar instance

Given a SAX parser how do I obtain the Grammar instance of the parsed schema (if there is one)? I want to use this to build element and entity completion lists (or is there another way to get all dec

Validation question

Hi all What set of SAX parser features do I need to enable to achieve this behavior 1) If no DTD or schema specified do not validate. 2) If schema specified validate with schema. 3) If DTD speci

error handling in schema validation

I am trying to trap the errors being printed to the screen during validation by overwriting the methods of the import org.xml.sax.helpers.DefaultHandler . The errors look like this but they don

Turning off DTD validation but allow Schema validation ( was Re:
Schema valida

Okay ... I now know how to do Schema validation with JAXP http //java.sun.com/j2ee/1.4/docs/tutorial/doc/JAXPDOM9.html .... but another problem that I have which I mentioned above is Error URI

question on xml schema validation with xerces 2

Please enlighten me on this xmlschema Validation using apache xercesimpl. I want to validate an xml file based on xmlschema. I did the following the following Java class and the simple xml file.

How to create a namespace alias in dom level 2?

Dear subscribers I 've got the following problem I want to generate a dom tree using the xerces dom implementation from scratch. The document I want to create should be valid to two XML Schemes.
Page 75 of 76 Previous 10   71   72   73   74   75   76