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

xerces always escapes ampersands

I 'm finding that xerces is always escaping ampersands even when they are a part of a character reference. For example if I want to define a text element like so <someText >€ </someText > (where

XML Parser settings

Hi I have just started using Xerces. I just need some clarification on what is happening. I am trying to validate an XML file against an XSD. Now the XSD is referenced in the XML as xsi noNamespace

DOMWriterImpl.class deprecated in 2_5_0?

I read the release notes and didn 't see anything. I don 't find org.apache.xml.serialize.DOMWriterImpl -- Thanks Jeff ---- | Jeffery B. Rancier | | Softechnics | a METTLER TOLEDO company `----

Malformed URI in namespace declaration

I have run across a scenario dealing with a b2b application where a business is sending us an xml document that declares namespaces with invalid URI 's. For example <xml xmlns s "uuid BDC6E3F0-6DA3-

Keyrefs and mixed content

The following schema and instance validated properly with the following Name org/apache/xerces Specification-Title Java API for XML Processing Specification-Vendor Sun Microsystems Inc. Implement

: Xerces-J 2.5.0 now available

Hi all The Xerces-J team is very happy to announce that version 2.5.0 of Xerces-J is now available. This release provides a partial partial implementation of the XML Inclusions (XInclude) W3C Ca

Getting the namespace prefix

I 'm having difficulty in trying to get the namespace prefix. When I get the SchemaGrammar and recurse down through the model when I get to the simpleTypes (eg "xs string ") I can recover both the nam

Import, Include and namespace

This is not exactly a Xerces question but a general XML Schema question. If a schema ( "my ") imports two schemas ( "a " and "b ") and "a " & "b " include "c " does "c " belong to the two different namespac

Any problems with validating against schemas using "any " elements?

I would search the archives for information about this but the archives appear to be down (I think they 've been down for a while). I 'm about to get into a situation where a particular group is produ

Attribute-list declarations after references to parameter entities

Hi The XML Recommendation (Second Edition) states in section 5.1 "Non-validating processors are required to check only the document entity including the entire internal DTD subset for well-form

Custom EntityResolver and xs:include not working

Dear all I have a problem with validating an XML string programmtically against a schema witch includes other schemas without a namespace. A custom Entityresolver is put in place to find the schem

Schema Writer

Hi I 'm in the process of porting a schema editor from castor to xerces and I 'm having trouble in trying to work out the best way of writing a SchemaGrammer out to a file. I have been unable to track

Schema Validation does not work

Hi I am using same code that worked in 2.0.1 reader.setFeature( "http //xml.org/sax/features/validation " true) reader.setFeature( "http //apache.org/xml/features/validation/schema " true) reader.

Re: NullPointerException when calling getLexicalFacetValue() on
XSSimpleTypeDe

I 've submitted this as bug 21966 and will submit a patch shortly. Thanks for reporting it. Cheers Peter McCracken/Toronto/IBM

a fast parser

Hi Friends Just wanted to share this link http //piccolo.sourceforge.net/ This parser is really fast...If you want speed and don 't care about the validation this is the one to use. Thanks -Shit

NullPointerException when calling getLexicalFacetValue() on XSSimpleTypeDefiniti

Hi Thanks everybody for your help with my previous questions. I am currently attempting to retrieve information from attribute types in particular their facets. I am aware of the type heirachy i.e

DOMParser - Problem

Hi! I have to change an existing interface my problem is that i do not know where to start... The Java-API gets as input an XML-File and an DTD-File to match. But in the XML-File there is not DOCT

White-space missing for attributes

Hello I have an XML file as <?xml version "1.0 " standalone "yes " xml space "preserve " ? > <Afile > <B text " SomeText "/ > <C text "      MoreText "/ >

Parsing with schema that has a namespace and xml that doesn 't

Hello I can 't seem to get my parser (neither SAX nor DOM) to validate/parse my source xml file when I use any namespace defined in the schema tag of my .xsd file. For example take the following sn

test message

exploring the innards of a WXS derived complex type definition

Lots of Web Services using SOAP contain XML Schema type definitions like this <xsd complexType name "ResultElementArray " > <xsd complexContent > <xsd restriction base "soapenc

Doubts & concerns WAS 4.0 - cocoon

I have found documentation which shows that I can install cocoon on was 4.0 >From "message message " <message559@(protected) > >Reply-To xerces-j-user@(protected) >To xerces-j-user@(protected)

support annotation operation

Hi all I am wondering how much support of operation on annotation in the latest release of Xerces2.4.0. It seems to me that Xerces haven 't provided much method for get and set annotation in schema.

examining XML schema attributes

Hi I am trying to examine schema attribute definintions using Xerces. I am able to retrieve information about attributes that includes an attribute name its type name and whether it is required. H

Problem with validating xml file with an xml schema

Hello xml freaks I think it is an often asked question but i can 't find a working example in the archive. ok here we go... I have a xml file and a xml-schema file looking like this xml <?xml ve

Doubts & concerns

My only interest is to use application development tools for Application development. It is really frustration and time wasting to find bugs or reading about bugs. How come there are so many bugs

XML parsing error

Hi I am new to this list. We are having a problem. We have documents with UTF characters in them (ie   space) and when we parse them on Windows we get the correct output. However when we

Why that doesn 't work with last version...?

Hello I use Xerces in a small JSP project to generate a XML file. After creating my DOM document I try to save it with this small piece of code protected void saveDocument(Document xml

Parsing DTDs and converting from DTD to XML schema

Hi All I have a question concerning parsing DTDs. Obviously when you use Xerces with validation turned on it parses any DTD that is referenced. It also parses internal subsets etc. However

xerces ?

I use the Struts model 2 architecture for non static web development. I prefer to use a database for persistent storage based on my experiences/knowledge of using databases. I use struts because it
Page 60 of 76 Previous 10   51   52   53   54   55   56   57   58   59   60   Next 10