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

newbie - trying examples, get error: java.lang.NoClassDefFoundError: sax/Cou

Hi Ramesh - Thank you. I followed your advice and it solved the problem. I had my CLASSPATH pointing to the directory where the xerces .jar files were located but I did not explicitly list the .j

Re: newbie - trying examples,
get error: java.lang.NoClassDefFoundError: sax/C

Hi John You may not have the CLASSPATH set properly for running the samples. You need to have all the jar files ( xercesImpl.jar xml-apis.jar xmlParserAPIs.jar ) including xercesSamples.jar i

newbie - trying examples, get error: java.lang.NoClassDefFoundError: sax/Counter

Hi - I have installed Xerces-J 2.6.0 on my RedHat Linux 9.0 box. I am trying the Sax examples from http //xml.apache.org/xerces2-j/samples-sax.html As instructed I type java sax.Counter -v my

legal use of anySimpleType

Hi I am using Xerces in Jena to process RDF as I describe below. I have encountered a problem when using anySimpleType. I have asked the xml-schema working group to comment if this is legal but not

Components from namespace 'null '

I am trying to validate the my xml with external schema validation. My setting are parser.setFeature( "http //apache.org/xml/features/validation/schema " true) parser.setProperty( "http //apache

ArrayIndexOutOfBounds in XMLEntityManager$EntityScanner.skipSpaces()

Hi there I 'm using Xerces in my webapp to parxe XHTML stuff everything goes fine most of the time but sometimes (I yet don 't have a reproducable case it just "happens " I hate that kind of bugs)

Creating XSModel/Grammer from dom element

Hi I am wondering how to create SchemaGrammer directly from an parsed <schema > dom element..I have a wsdl which contains <schema > elements i want to use these <schemas > elements to create xerces XS

Default values

Is it possible to get the default value from the schema during the parsing process? Thanks Alon. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN " > <HTML > <HEAD > <META HTTP-EQUIV "Content-Type " CONT

Error codes from the parser

Is it possible to obtain the error code from the SAXParseException other than parsing the error message? Thanks Alon. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN " > <HTML > <HEAD > <META HTTP-EQU

XInclude with schema validation

Are their any examples of how to use XInclude with Schema validation enabled ( http //xml.org/sax/features/validation and http //apache.org/xml/features/validation/schema features set to true). When I

Réf. : RE: Xerces supports XPath ?

XML schemas have nothing to do with X-Path. It 's just a way of describing your xml data with a rich and complex grammar. You can have a schema contrained document (for validation) and access the d

Addind nodes to a PSVI generated document

Hi there I am trying to add nodes that I have generated from xsl parsing to a source document that was generated using PSVIDocumentImpl. The problem is that the nodes I am adding do not have any sc

Xerces supports XPath ?

There are some classes in the package of org.apache.xerces.impl.xpath. Does it mean that Xerces fully supports XPath 1.0(or 2.0) now ? Jing Yang

Processing instruction and 'prefixes '

Hi there We just moved an application from Xerces 2.4 to Xerces 2.6 and on a file like <?xml version "1.0 "? > <?txt Test This is a test? > <test/ > It now gives the error 2 11 A colon is not

Schema content access

Hi Is there any documentation/example or something like that for doing the following Parse an XML Schema file and find out which elements can be inserted as children for a given parent element an

line feed problem with xerces

I am using castor to generate output XML from a object list. The output XML contains line feeds with just "\n " instead of "\r\n " as I am running on Windows. Also castor uses the xerces seralizer to

MemParse question

I 'm running the MemParse sample in the Xerces c++ download package. I know it can do what I need it to do but I can 't expose the functionality that I need. Rather than just parse out the number of

: Xerces-J 2.6.0 now available

Hi all The Xerces-J team is very happy to announce that version 2.6.0 of Xerces-J is now available. This release provides an experimental implementation of the Document Object Model Level 3 Core

RES: Xerces 2.5 compat.

Sean My application that uses Xerces 2.5 runs in palms so I?m using it with PersonavelJava that?s compatible with jdk 1.1.8. -----Mensagem original----- De Sean Machin [mailto smachin@(protected)

Xerces 2.5 compat.

Does anyone know if the latest Xerces 2.5 is compatible with the old Sun Java 1.2.2 VM? Thanks Sean

High memory usage with jdk1.4.x

I am running an java application using xerces. If I use jdk1.3.x it uses 30M of memory and if I use jdk1.4.x it uses an astounding 340M of memory! Have any of you come across a problem like this? If

dynamic validation, is this a bug

Hi all I am getting an error that it can 't resolve the ExtendedElement. I assume I get this because I purposefully didn 't supply the extended schema...I only want to be using the standard prot

Resolving Entities

I am trying to parse the following XML document using Xerces-J <?xml version "1.0 " encoding "ISO-8859-1 "? > <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN " "http //www.oasis-open.org/doc

DOMParser with Threads

I am using xerces. I use DOM Parser to parse an xml. I have start 'n ' threads and in each thread i create a new DOMParser and begin parsing. I find that i get the following exception when i run my

CyberNeko Tools for XNI 2003.11.14 Available

It 's been awhile since my last update so I figured it was about time to fix some of the bugs that people had reported. As such I am pleased to announce the new release of the CyberNeko Tools for XNI.

EntityResolver is not called

Hi I have a problem that was discussed here allready a few times but either it some kind of bug or I am just to dumb to use the SAXParser. I have several documents with no namespaces. They have sev

Xerces People Presenting at ApacheCon!

Everyone If you happen to be attending this year 's ApacheCon in Las Vegas next week please be sure to attend the presentations by some of our Xerces developers! It 's a great chance to learn more ab

Does XSModelGroup represent named model groups ?

I use xerces.impl.xs.pvsi for access schema infoset. Xerces seems treats some non-model group as XSModelGroup. For example (see blow) the xerces threats set.base.type as XSModelGroup. But it is not

Validation error: "cvc-elt.1: Cannot find the declaration of element... "

Hi all! I 've got a strange problem with validation. In my web application there is a mechanism which buids XML starting from pairs parameter-value. This XML is then validates against a XSD file. Ol

XMLSerializer and Character Encoding

Hi all I 'm probably dreaming here and what I 'm doing is just outside of the realms of possibility but let me try anyway. ) I 'm in a situation where I need to take XML documents from different encod
Page 54 of 76 Previous 10   51   52   53   54   55   56   57   58   59   60   Next 10