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

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

Hi Sandy Thank you for the immediate response! I am not sure if I my question was completely clear. Maybe I can explain my problem best with the following scenario First parse the well kn

Parsing error Xerces 2.x

Hello Here is the xml doc <?xml version "1.0 " encoding "UTF-8 "? > <fooExchange xmlns "http //foo.fr " > <cancelRequest dStartDate "2003-03-31 " iBkgVers "4 " iNbNights "5 " sBkgRef "TH36806 " sDept "56 "

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. In dom4j for example I use to write such requests (from a DOM node n) n.selectSingleNode( "descenda

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

If you need a parser library that implements (in java only !) X-Path you can try dom4j (very simple to use). Neil Blue <Neil.Blue@(protected) Pour "

Réf. : XML Schema parser?

I 'm not sure but I think that the DOM level 3 will provide APIs to access schemas data. But DOM level 3 has not been yet completely implemented in Xerces. I have the same needs as you and for the mom

XML Schema parser?

Hello I am looking for a parser that will read in an XML Schema and provide access to the elements and types via an interface. I have found that xerces will handle schema validation but I have been

JAXP transformer Vs. XMLSerializer in Xerces

What is the difference between using JAXP Transformer and XML serializer to serialize an XML DOM. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN " > <HTML > <HEAD > <META HTTP-EQUIV "Content

diff tool for xml

Hi Does anyone know if there is a diff tool for xml in Java? A tool which compares dom structure instead of line by line comparison? Thank you. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Tran

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

It 's not likely that we 'll change the behavior but what you want can be achieved without such change. When the grammar is found in the grammar bucket we have to use it because that 's loaded when t

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

Hi My question concerns validated parsing with an entity resolver and a grammar pool. The schema validator identifies a schema grammar by its target namespace. When the validator finds a grammar w

PSVI deprecation in 2.3.0?

We have a product that relies on org.apache.xerces.xni.psvi to build a data model from any arbitrary XSD file. I 've been digging through the xerces 2.3.0 docs trying to get some pointers on what will

DOM to SAX InputSource

Hi All Is there any way by which I can generate SAX InputSource from a org.w3c.dom.Document object without generating temporary XML file. I am using iText library to generate PDF from an XML source.

how to write a XML file

Hi I want to construct a XML document in memory and then write it to a file. Here is my code trying to do it. +++++++++++++++++++++++++++++++++++++++++++++++++++ FileWriter output new

XMLDTDLoader.setEntityResolver problem

Hi I 've created my own XMLEntityResolver for XMLDTDLoader. I set entity resolver on XMLDTDLoader via XMLDTDLoader xmlDTDLoader new org.apache.xerces.impl.dtd.XMLDTDLoader() xmlDTDLoader.setEntit

having trouble with SAX Parser and multiple threads

Hi I 'm spawning a bunch of threads from my main application and each thread creates its own instance of a SAXParserFactory a SAXParser and an XMLReader. Each thread then gets handed different xm

How can OutputFormat output entities?

Hi folks This has probably been asked before but I can 't seem to access the archives of the mail list and I can 't find a reference in any of the FAQs Anyway my question is this I have a method

Xerces 2.x

Hello Here are the schema that I try to use. TruckTrace.xsd TruckTraceSoap.xsd TruckTraceRequest.xsd TruckTraceResponse.xsd. TruckTrace.xsd <xs schema targetNamespace "http //schemas.xmlsoap.or

basic XML question re: Xerces

I just ran sax.Counter (Xerces 2.2.0) with the following input file <root > <temp > <root/ > </temp > </root > It worked completely fine and did not throw a SAXParseException. Is this a well-formed doc

Providing a better message than "Premature end of file "

Hi When Xerces is configured with the external-schema-location it complains about "Premature end of file " if an unknown namespace is encountered upon validation. I would like to provide a more desc

bug 12557: validation makes a document invalid

Hi All I noticed that an old bug I 've submitted was still lurking in Xerces 2.3.0. Its description is at http //nagoya.apache.org/bugzilla/show_bug.cgi?id 12557. I wonder if the namespace normaliza

Slow SAX parsing of large CDATA?

I 'm using SAX (Xerces 2.3.0 on Windows XP) to parse an XML file that can contain large CDATA sections (where large is somewhere between 1 and 5 Mb). The data is Base64-encoded. The code works properly

external-schemaLocation property using Xerces 2.0.2 and up

To all Currently we have integrated Xerces 2.0.1 into our java code to perform parsing of XML instances for wellformedness and validation to XSD checks. We are setting the http //apache.org/xml

Property http://apache.org/xml/properties/dom/current-element-node

Hi While testing the above property I realised that getProperty( " http //apache.org/xml/properties/dom/current-element-node ") will never return a node which is does not have an begin/end tag. Fo

unable to redefine attributeGroups

Xerces (2.3.0) doesn 't seem to allow me to redefine attributeGroups. It throws a 'derivation-ok-restriction.2.2 ' error. Now maybe there 's some flaw in my syntax (damned if I can find an example of us

XML Schema -- Follow Up

This is a follow-up regarding on the Eclipse/XSD package. It took some time to prepare to play and create a simple XML schema but that package seems like what I 've thinking for my needs. The total nu

how to determine version xml-apis.jar and xercesImpl.jar [Re: Xerces
2.3.0 and

hi is there a recommended way to check that APIs and Xerces implementation jar files are in sync and compatible (except manually debugging classpath ...)? is metadata information (such as version

Kindly Solve this UTF-16 problem

> Hi > We have been trying hard to create a UTF-16 xml document. We have > tried the following code > As you can see we have tried to set a feature to allow java-encoding but > it is not worki

replacement for deprecated psvi interfaces?

In xerces-j 2.3.0 the various psvi interfaces are marked as deprecated. Is there going to be something to replace them? I have code making significant use of them written when these APIs were tout

README: PSVI API

We would like to know if the PSVI API** in Xerces satisfies your needs. For that purpose we would appreciate your input on the following questions a) What kind of problems you are trying to solve

High Bit characters in XML

I am adding high bit characters like copy right symbol and trade mark symbol and they are automatically getting to question marks. I am using the default encoding. Could anyone tell me how I can stor
Page 72 of 76 Previous 10   71   72   73   74   75   76