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

Node.getNodeValue() problem

Hello This might be just a stupid Java problem I 'm overlooking. The snippet below deals with a TEXT_NODE with a String value "and "

signing xercesImpl.jar

Hi All Has anyone successfully signed xercesImpl.jar? For deployment all of our project 's jar files are signed BUT signing xercesImpl.jar messes with the jar 's META-INF/services directory (it is no

RES: Getting MaxOcurrs/MinOcurrs

Max I tried using Xsparticle but I´ve must been doing something wrong cause I always get max 1 min 1 and maxunbounded false. My code xml and schema are bellow please take a look. Anoth

Getting MaxOcurrs/MinOcurrs

Hello I´m trying to know if a node has a Max/Min Ocurrs indicator but I don´t find a way Does anyone know how to do it ? I´m using "org.apache.xerces.dom.PSVIDocumentImpl " so I have the declara

Preserving the formatting of the source XML file

Colleagues Does anyone know if it is possible to use Xerces to parse the input file in such a way that all or most of the formatting is captured and can be reproduced via serialization ? Is XNI a

Validating with an XML Schema in a JSP

Hi Everyone! I really hope someone on this list has some answers for me because this JSP issue is driving me mad... Environment Tomcat 4.0.4 - fixed cannot upgrade it. JDK 1.3.1_02 - fixed

Problems with EntityResolver interface...

I am using Java 1.3.1 (necessarily not 1.4.1) the parser is "org.apache.xerces.parsers.SaxParser ". The systemId passed as a parameter to the resolveEntity method of EntityResolver interface appears

xerces jar files question

Hi Xerces J 2.5 version provides an implementation jar file - xercesImpl.jar and two API jar files - xml-apis.jar and xmlParserAPIs.jar. What is the difference between the two api jar files and w

Specify schema as input stream?

I 'm having a problem using the Xerces-J to validate my XML file against a schema. If I load the file by uri then everything works fine (it references its own schema). However this XML file may be

RES: Node Info and PSVI in one parser

My test was wrong ! I used a loop to print all values and everything was null but there was an if that shown only the element nodes and the values are in the text nodes… It will work fine ! thank

Node Info and PSVI in one parser

Hello My problem is that I can´t acess both PSVI and the node´s value in the same parse. In this code bellow I can acess the node information but I could only acess top-level PSVI with the

RES: Can´t acess child elements definition

Max (and anybody who can help me) I tried out that but it result in a java.lang.ClassCastException.. the code is this XMLParserConfiguration config new StandardParserConfiguration() config

Can´t acess child elements definition

Hello I´m starting to develop an application with Xerces and I´m having some trouble acessing the validation information of child nodes. My code is the following … XMLParserConfiguratio

XInclude... is it the way to make it working ?

Hi I tried the XInclude feature. I had no problem in setting the XIncludeConfiguration and the parsing includes well relative and absolute URI. But... I want to specify files in may clas

SAXNotRecognizedException while setting property

Hi I have a strange problem while setting a property of a SAXParser. I am using Java 1.4.2. This is my code-snippset factory SAXParserFactory.newInstance() factory.setValidating(true) fa

Pull Parsing, JSR-173, and Xerces

With the recent public review of JSR-173 the Streaming API for Java I 've been hoping for more of a discussion among Apache users and developers regarding this API and pull parsing in general. But th

Problem in Saving XML file with DTD

Hello I built a simple application that parses an XML document (using JAXP1.2) modifies it using DOM and saves the changes. After this process is completed the file includes everything but the DTD

QUESTION: char content chunking in ContentHandler.characters()

Hi Is there any guarantee that the org.xml.sax.ContentHandler.characters() callback will not break a whitespace-separated 'word ' into different chunks ? e.g. given the following XML fragment

Help whit validation in Web services (xerces )

Hi I working whit Web service in java axis and Xerces2 this web service get like paremeter an XML the which use a schema whith restriction but the validations no work when i introduce a

Skip attribute validation

Hello One of the elements in my XML file contains 4 attributes. I validate my XML file with a DTD. Now a requirement has come to skip validiting one of the attributes. I tried to remove the attri

Xerces for Pocket PC

Hello Is there any special Xerces edition for Pocket PC J9 application? Thanks -Shital Joshi MFG Systems

XInclude

I have Xercer-2.5.0 . I am not sure how to use XInclude. When I parse the Test_Suite.xml I do not get the contents of the included test.xml. Someone please help. I am using XInclude in a XML file (Te

Invalid XML characters?

Hello I was wondering whether anyone could clarify something for me. I 've noticed some behaviour with the Xerces SAX parser (version 2.4.0 according to jar manifest file) that may constitute a bug.

CyberNeko Tools for XNI 2003.09.30 Available

It 's been awhile since the last release of my CyberNeko Tools for XNI -- I 've been working on a Palm program that I 'll be releasing soon. Anyway I 've rolled a bunch of small changes into this release

UTF-16 encoding problem and UTF8 with BOM

Actually I tried the original test example with UTF-8 encoding with the (optional) 3 Bytes BOM at the beginning and received the following error only when the setEncoding method was used org.x

Same element append at multiple places in DOM

Hi All I am trying to append an element ( I 'm calling it common element ) at multiple places in the DOM hierarchy. But it seems DOM is not accepting the same element at multiple plac

UTF-16 encoding problem

I am not sure if I am doing something wrong or its a JVM or Xerces problem I am getting a "java.lang.InternalError " while parsing an UTF-16 XML if I am using InputSoruce.setEncoding( "UTF-16 "). I at

Problem whit validation

Hi I have problema whit the validation schema when use whit xmlspy but when use a program in java all is ok. Zulema Olguin T. Chile <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Trans

Next Xerces release

Hello is the next Xerces release already planned? If yes when do you expect the next version? Kind regards Harald <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN " > <HTML > <HEAD > <META HTTP-EQU

No Grammar Found Messages

Hello Everyone I 'm having some trouble validating against an XSD in Xerces-J 2.5. These are the errors encountered during parsing. [Line 2 Column 22] Document is invalid no grammar found. [Line
Page 56 of 76 Previous 10   51   52   53   54   55   56   57   58   59   60   Next 10