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

Setting Schema Locations

if it 's available in 2.01 you might want to try and use an org.xml.sax.EntityResolver instead of http //apache.org/xml/properties/schema/external-schemaLocation we have a common xsd that other xsd '

Settting Schema Locations

Xerces Community/Developers I 've been successful in integrating the Xerces (2.01) DOMParser with Java code in order to perform parsing of wellformedness and validation to XSDs. My code is setup in t

Are processing instructions before the first element legal?

Hi- I am running data through the SAX parser that looks like the following <?WGXPPrightHandPageStart pagePrefix "Page 1- " ?? > <?page type 'recto ' seq '025000 ' lev '||||| ' fol '1 '?? > <publication >

DOM3 question

Hi all Does anybody know if it is possible to introspect an XSD document thanks to the ASModel object in dom level 3 ? Example Complex type definition <xsd complexType name "hciSURVEY_SETUP_T

extensible metadata schema

Hi all I work for a company that does an asset metadata integration from different content management systems. We currently have an extensible schema where one can add/remove metadata fields in the s

dev issue with xerces

Hi I 've been working around this issue for a while. Some programmers from Jetspeed and Cocoon suggested the actual problem lies with xerces and should be committed there. There are a couple of fixes

validation

Is there any way to validate a single complex element?

preparser errors

I am using a preparser to validate (and store as a grammer) an xml schema document. I registered an error handler but for some reason when I plant an error (I tried a well-formedness error) an excepti

preserve xml format

Hi I 'm reading xml file and parsing thru ' apache Xerces(xerces-1_4_3) DOMParser. I serialize the xml and I want to save into the file. my xml <?xml version "1.0 " encoding "ISO-8859-1 "? > <Root >

Wanted: Simple example manually that manually loads Xerces dom

I need a minimal example similar to SimpleTransform provided with Xalan. However I want to explicitly load the xsl file and input XML myself from a file using Xerces make a few changes to the DOM

<empty > </empty > vs <empty / >

Hi everyone I need some help on a Xerces SAX issue. If a mandatory field (mandatory as defined by the schema) is empty and the full empty tax syntax is used Xerces calls startElement before throwi

Validating with external entities and schemas 1.4.4 vs 2.3.0

I have a document with structure similar to the xml below. When I use Xerces 1.4.4 I am able to validate the document against the schema without any problems. When I use Xerces 2.3.0 the validation

XMLDocumentHandler and ignorable white-space with XML Schema Validation

Hi there I am looking at removing ignorable whitespace from documents parsed (through the XNI XMLDocumentHandler) with XML Schema validation. I first tried it with the ignorableWhitespace callback

Accessing PSVI info for non-document-root-elements

Hello Xerces users I 'm quite new in using Xerces and I 've got one question How can I access the PSVI infos for other elements than the root element. I tried the example in the FAQ (accessing PSVI v

charset problem - UTF-8

I have had a brief scan of the mail archive and not come across anything like this but that said I am not sure of exactly where this problem bight be coming from. Here is what I have 1. Some data

Any books on XML 2.0?

I 'm having trouble finding books that describe features like xsd substitutionGroups and xsd extensions and xsd attributeGroup. Is this because these are features of XML 2.0? Assuming the answer i

Bug in 2.3.0 ... or bug in SOAP schema?

Currently using 2.2.1 and trying out 2.3.0. When I was validating a SOAP envelope using Xerces 2.3.0 it complained with the following Error URI file ///c /workarea/schemas.xmlsoap.org.xsd Line

maximum size for text content of an element?

Hi I got an OutOfMemoryError when I parsed a document of about 5MB in size despite the fact that I increased the maximum heap size of JVM to 512MB. I suspect that the problem arose due to the very l

DTD parser?

Hi Can I use xerces to parser DTD only? What kind of data structure it will build? I would like to do stuff like this 1. given an ElementName can that ElementName has a child named "aChildName "?

Réf. : Re: Réf. : Re: Réf. : Re: Réf. : RE: Réf. : XML Schema parser?

You 're right I read the samples and had a look at the Xalan API. I was wrong because I thought that it was possible to execute X-Path requests directly from a node in Xerces and I didn 't think about

Validate complex type element

Does any one know of away to validate a complex type element?

Re:
Réf. : Re: Réf. : Re: Réf. : RE: Réf. : XML Schema parser?

On Thursday 02/20/2003 at 09 02 CET Nicolas.GOLOUBENKO@(protected) wrote > You mean that the Xalan API can be used outside any XSL stylesheet to browse > nodes inside an XML tree Yes. This has bee

Réf. : Re: Réf. : Re: Réf. : RE: Réf. : XML Schema parser?

You mean that the Xalan API can be used outside any XSL stylesheet to browse nodes inside an XML tree or to update nodes values/nodes attributes inside an XML tree ? I thought that Xalan was only an

Schema validation question again

Using Xerces 2.2.1 why is it that this one validates correctly against the SOAP 1.1 schema ( Schema definition available at http //schemas.xmlsoap.org/soap/envelope/ ) <?xml version "1.0 "? > <env

Réf. : Re: Réf. : RE: Réf. : XML Schema parser?

Nicolas.GOLOUBENKO@(protected) wrote >I didn 't find anything in Xerces that allows you to write complex X-Path requests in the DOM API. > I said Xalan ... not Xerces. For me getting elements via

Réf. : Re: Réf. : Re: Réf. : RE: Réf. : XML Schema parser?

Thank you. I 'll have a look at these APIs. Joseph Kesselman Pour xerces-j-user@(protected) <keshlam@(protected) cc

Re:
Réf. : Re: Réf. : RE: Réf. : XML Schema parser?

>I didn 't find anything in Xerces that allows you to write complex >X-Path requests in the DOM API. This is being standardized as part of DOM Level 3. I believe current versions of Xerces have a pr

Relative URI resolving - no protocol error (very confusing)

Hi since the xerces mailing list archives appear to be down I 'm submitting my question here. Forgive me if it has been asked a thousand times before -) I 'm very confused as to how relative URI 's ar

Réf. : Re: Réf. : RE: Réf. : XMLSchema parser?

for xalan xpath see org.apache.xpath.XPathAPI org.apache.xpath.CachedXPathAPI -----Original Message----- From Nicolas.GOLOUBENKO@(protected) [mailto Nicolas.GOLOUBENKO@(protected)] Sent Wednesday Fe

Re: Re: Validated parsing: when grammar is found, the entity resolver is
not c

If you don 't want to use the grammar that 's in the pool simply return null from getGrammar. The parser will then call the entity resolver and get the schema. Or if you want to be more efficient you
Page 71 of 76 Previous 10   71   72   73   74   75   76