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

Bug in 2.3.0?

Hi We tried using Xerces 2.3.0 instead of 2.2.1 and got the following error java.lang.ClassCastException org.apache.xerces.impl.dv.xs.ListDV$ListData at org.apache.xerces.impl.xs.XMLSchemaLoader

Conditional DTD validation?

Is there any way to have the XMLReader perform DTD validation conditionally? I would like it to perform DTD validation if it finds a DOCTYPE entity and do anything if it does not. Right now I enable

exception in JApplet w/ SAX

I found a couple of examples of the SAX parser and I get them to work just fine. But then when I put the appropriate code in my applet I get this exception java.lang.NoClassDefFoundError org/apa

multiple attributes

Hi All Using xerces-j I can read in multiple attributes from an element by making use of the getAttributes() method that returns into a NodeList. However I can not write multiple attributes to an el

: Xerces-J 2.3.0 now available

Hi all The Xerces-J team is very happy to announce that version 2.3.0 of Xerces-J is now available. With this release the Xerces-J developers are declaring the Xerces Native Interface (XNI) core a

Schema validation problem

I am new to Xerces and I am trying a simple test. using the sample dom.Counter program to see if it can validate my test file. (1) XmlSpy is able to validate my file but Xerces reports a couple err

XSD parsing

Hi All I 'm parsing the following XML Schema <?xml version '1.0 ' encoding 'UTF-8 '? > <xs schema xmlns xs "http //www.w3.org/2001/XMLSchema " > <xs simpleType name "test " > <xs restriction base "xs i

Attribute parameter scope limited to ContentHandler.startElement

During the startElement() method in a ContentHandler implementation I store a reference to the Attributes parameter and later attempt to use it in endElement(). What I experience in endElement()

CR/LF handling

I have a text string with carriage returns #xA embedded in it. When I create a Text node in the latest Xerces DOM with this string all my carriage returns get converted to a space. I really need to

How to suppress standard out error in Xalan

Hi I am using Xalan 1.4 C++ and Java. Whenever any error occurs in the transformation Xalan prints the error on console (std out). I donot want it on console. How to suppress it? Cheers Kumaravel

problem with null namespace for local attributes in importNode (DOM level 2)

Hi I have a document created using another DOM-compliant parser which I import into a Xerces 2.2.1 document. The import fails on the first attribute because its namespace is null. This shouldn 't b

Curious benchmarking results

I recently used JProbe to do some benchmarking using Xerces 2 the results I got were sort of confusing. Results Description Parsing time Memory u

Element.getElementsByTagName Efficiency

Hi - I am wondering without being offensive what is the underlying architecture of the Element class and its impact on getElementsByTagName. I am currently using a binary search tree (i.e. homegro

DTD Validation

Hello I 'm using the SAXParser with DTD validation enabled in Xerces 2.2.1. Currently I have to include a document type definition in the xml document for validation to work. However does anyone kn

Choosing between 2 <xsd:all > choices in an xml schema

Hi there I 'm parsing a document using dom and I want to enforce certain rules using a schema. Say there are 4 xml tags that I want to set rules for <A > <B > <C > <D > and <E >. I want to set up a ru

passing null to createCDATASection

I 'm using 2.2.1. I was building a Document and a passed a null to the call createCDATASection (this did not fail which surprised me..) when I tried to transform (basically creating a string of the

Schema validation error messages

Firstly sorry if this is a common question I have only just subscribed and all the message archives seem to be down. I am using Xerces 2.2.1 to parse and validate an xml doc against its schema corr

Validating XML with schema plus entities (cake and eat it too)

> I can get the parser to use the schema but if I uncomment the entities > lines (see instance doc below) the parser gets confused by them. If I > leave them commented out the parser doesn 't get

even MORE basic question to be resolved

I can 't get the javac compiler to see the dom.jar or sax.jar package. I 'm using this to compile javac -classpath jaxm-1.1_01/jaxp-1.2_01/sax.jar tower.java But it gives me an error with tower.ja

Maximum size of XML possible in DOM?

Hi All Could anyone please share the info on the Maximum possible size of a XML Document which can be parsed by the Xerces DOM parser. Any info will be highly appreciated. Thanks and Regards

Validation questions

1) Can I pass the schema locations programmatically and not have them at all in the xml file ? As per what I gathered I thought we could but it does not recognize the schema. Only when I specif

RE: org.xml.sax.SAXException: The encoding "ASCII " is not suppor
   ted

Hi When US-ASCII encoding is specified Xerces should automatically use ISO-8859-1 (java encoding 8859_1) so it should work fine. This is IANA-Java encoding mapping specified in Xerces. thanks ---

newbie needs HELP: howto parse a single line

I 've not done much with Java and never done anything with XML and I 've looked all over for a simple example with no luck. So please excuse my newbieness. My Java client opens a socket and reads the

Re: org.xml.sax.SAXException: The encoding "ASCII " is not
supported

At 3 23 PM +0100 1/20/03 Hermann Angstl wrote >Enable/disable validation doesn 't change anything (( >Does this really mean that the parser can 't parse US-ASCII ? Earlier version of Java did not

org.xml.sax.SAXException: The encoding "ASCII " is not supported

Hi i am using xerces (tried both DOM and SAX) and get the following exception org.xml.sax.SAXException The encoding "ASCII " is not supported my code ... Parser parser ParserFactory.makePars

another Validation question

I Have two questions 1) I get this following error. I understand the meaning of it (or I think so). I have defined "slt " in the wsdl file. [Error] 20 40 cvc-complex-type.2.4.a Invalid content

xml external schema validator

Sorry this question might have been asked before. I want to validate a wsdl file. And this is the file I have. <definitions targetNamespace "urn echo echoService " xmlns tns "urn ec

could a line break be lost during parsing?

Hi I am generating a html page using XSLT. I have a element with the value of mutiple line of text in a xml stream like below "line one line two line three " I print it out right before the parsin

just a try

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN " > <HTML > <HEAD > <META http-equiv Content-Type content "text/html charset iso-8859-1 " > <META content "MSHTML 6.00.2800.1106 " name GENERATOR >

DTD design advise?

Hi All I am new to XML and am currently building a remote procedure call(RPC) Web Service adapter to allow clients access to one of our web applications functionality. I have build the adapter enab
Page 74 of 76 Previous 10   71   72   73   74   75   76