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 65 of 76 Previous 10   61   62   63   64   65   66   67   68   69   70   Next 10  

retrieving the dtd file name

I 'm using xerces4.0.7 to parse(DOM parser) an xml file against a dtd and then build a DOM tree. I would like to get the dtd file name included in the xml file. How can I do that? many thanks anthon

default encoding

Hi Is UTF-8 the default encoding for the Document returned by org.apache.xerces.jaxp.DocumentBuilderImpl 's parse? Thanks Sudha

SAX Parser & DOCTYPE statement

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN " > <html > <head > <meta http-equiv "Content-Type " content "text/html charset ISO-8859-1 " > <title > </title > </head > <body > Hello <br > <br >

Have Node, need to set Attribute

Hi I can see that Elements have a setAttribute method. I have a node (Node n) and would like to set an attribute. Can I just cast the Node into Element or is there a nicer way? Stephan -- Dr Step

XML parser

Hi Presently I am working on a project whose aim is to validify an invalid XML document. For it I need a XML validating parser to which I call from my Java program giving it the root of the DOM

w3c html dom versioning oddities

Hello I ran into a very strange issue when using the org.w3c.dom.html interfaces in the release versions of Xerces2 (tried 2.3.0 and 2.4.0). The binaries of the xmlParserAPIs.jar and xml-apis.ja

schema validation with DTD in the xml

Hi All I am doing the schema validations on the incoming xml documents and most of the documents contain the DOCTYPE line in the document currently I remove this line from the document before pass

Problem with XSD File

Hello all I am having a problem when I try to validate XML data against an XSD file. Previously I was having problems where the parser would not even invoke the XSD file but I got over those by set

xerces: no grammar found

I was trying to validate a simple example on schema from XML Bible but I got Document is invalid no grammar found Document roor element "novel " must match DOCTYPE root "null " My XML file does n

XSD includes xerces2 against xerces1

Hi I have an XSD defined with multiple includes ie <xs schema xmlns xs "http //www.w3.org/2001/XMLSchema " > <xs annotation > <xs documentation >Version 1.2 </xs documentation > </xs annotation > <xs

character encodings with Xerces

Hello I was wondering if Xerces can convert from one text encoding to another specified one on the fly. I have some data that is stored in UTF-8 in a database and I want to be able to create text

Xceres Back compatibilty

Hi is there any statements on back compatibility of Xerces 1 and 2. ie code compiled against xerces1 running against xerces2. Is this likely to work ? I know there are issues if you use DOMParser bu

Cannot find the declaration of element ProActiveDescriptor

Hi all I tried to use xerces-J 2 in order to validate xml files against a schema and I get the following error Cannot find the declaration of element ProactiveDescriptor in my code I have private

Xerces 2.4.0 and Xalan Compatibility

Hi I need to package both Xerces and Xalan with my application. I just upgraded to from Xerces 1.4.4 to 2.4.0 and noticed that xml-apis.jar is included. The Xalan version I 'm using is 2.2.D14. M

whitespace problem in parsing a xml file

Hi I 'm using Xerces to parse a xml file. It 's able to read the xml file properly when there are no spaces in the xml file. But when I put spaces in the xml file it 's throwing the following exception

Running Xerces1 and 2

Hi We have an existing application that uses JPOS drivers. These drivers instantiate a DOMParser to parse the config files. This code needs xerces.jar (version 1) to run. If I try using the xerces2 j

DTD Packaging

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN " > <html > <head > <meta http-equiv "Content-Type " content "text/html charset ISO-8859-1 " > <title > </title > </head > <body > Hello <br > <br >

DOMParser does not exclude namespace alias from tagnames.

For org.w3c.dom.Document retrieved as follows --- DOMParser parser new DOMParser() parser.parse( "test.xml ") Document document parser.getDocument() --- from attached file "test.xml " we 'll ha

Strange Xerces2 behaviour when validating xmls with namespaceses.

Good day everybody. There is some strange things with xerces when i 'm trying to validate attached file "test.xml " defined with "test.xsd " (also attached) I can instanciate org.apache.xerces.parse

How to get the full parent child path on schema validation.

Hello All I have been able to validate a xml document with a schema. I do have the handler class and i 'm able to print the error messages and also the line number where the error has occured. For s

: "standalone " in the XML declaration, <?xml ... ? >

It looks like a bug in the parser. Changing lines 859 & 865 in Revision 1.86 of org.apache.xerces.parsers.AbstractDOMParser as shown below should fix the problem. public void xmlDecl(String version

"standalone " in the XML declaration, <?xml ... ? >

When I try to get the "standalone " attribute value from the DOM after loading the XML document from a file it *always* returns "false. " I have a demo XML file containing two lines as // ###########

How to improve SAX parsing time

Hello group Does anyone had a hard time with the SAX parser performance. What are the steps needs to do to get good performance from the SAX parser? Regards Ramana.JV. *****************

StAX?

OK probably the wrong group but maybe someone here can point me in the right direction. We currently use the SAX parser in Xerces 2.2.0 * but are considering StAX (See JSR 173 - http //www.jcp.org

DOM Parsing and Whitespace

---1278356159-1438408464-1052426321 24863 Content-Type TEXT/PLAIN charset US-ASCII Greetings... I 'm parsing XML using a DOM parser and everything works as expected until whiutespace is added to

Accessing PSVI through DOM

I 've read the doc and looked through the archive of this list for hints on how to access PSVI through the DOM interface and while I seem to be very close to getting it to work I 've hit a brick wall.

DOM and schema validation

Hi I have a DOM document that I already have parsed. Now I would like to validate it against an XML schema. Does anyone know how I can procede ? Do you have an code sample for this operation ? Tha

Where is DefaultReaderFactory ?

I 'm trying to follow the instructions in http //xml.apache.org/xerces-j/faq-write.html#faq-11 which say to subclass org.apache.xerces.readers.DefaultReaderFactory. I dowloaded the Xerces-J-bin.2.4.0

Problem with XML Validation

Hi I am using Xerces 2.4.0 for parsing XML files and validating the XML against the schema file. I created an entity resolver class which loads the XSD file from the local disk and returns it as an

Threading issue with XSDElementTraverser.traverseLocal() ?

Using JMeter test client to load-test our application XSDElementTraverser.traverseLocal() throws a NullPointerException. The test I 'm running simply creates multiple (10) threads sending exactly th
Page 65 of 76 Previous 10   61   62   63   64   65   66   67   68   69   70   Next 10