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

Using Xerces-J 2.4.0 with Namespaces in Schema

Hi All I 'm dom.Writer from the DOM samples and I 'm trouble with Namespaces in a Schema. For example if this is my XML file <?xml version "1.0 " ? > <cust Customer xmlns cust "http /

NoClassDefFoundError (DOMParser)

I tried to answer this question by myselef but failed totally. What more - the archives are not available now. So i 'm writing (it seems quite a typical error - and not answered on the net) I 'm us

XML mapping to Java objects

Hi friends I need your suggestion again!!! I am looking for a tool which maps XML document to Java objects. I found a tool named JOX on web. But I suppose they use DOM parser for the same. I am loo

DTD to XSD

I am trying to convert my DTD to XSD. All the elements are getting converted to corresponding schemas. But the external entities are not getting converted. Can anybody help to convert external entitie

Xerces2

I use Xerces1.4.4 in my application but it seems others have upgraded their XML parser to Xerces2. I am not sure if I should consider upgrading the parser with xerces2. Can somebody help? I use the

Invalid characters issue

<DIV > <DIV >Dear list members </DIV > <DIV >  </DIV > <DIV >Please help me with the following issue. </DIV > <DIV >  </DIV > <DIV >I  am writing an  application that transforms XML files (which

Weird bug with experimental DocumentImpl.adoptNode()

I 'm experiencing some weird behavior where I use DocumentImpl.adoptNode() on an Element and later a getAttribute() call on the adopted Element returns the document namespace instead of the attribute.

Does XPath API work for XSD-validated XML?

Quick question- Does the XPath API provide XPath value and node extraction for XSD-validated documents? I 'm able to successfully parse an XSD-validated XML file into a DOM Document but then the doc

xsi:noNamespaceSchemaLocation and Xerces 2.4.0

I 'm getting the following parser validation error under Xerces 2.4.0 Error cvc-complex-type.3.2.2 Attribute 'xsi noNamespaceSchemaLocation ' is not allowed to appear in element 'foo '. Here is a sn

schema validation using xerces sax parser

Hi there I am trying to validate a 20MB XML document againt a schema. I want to find out portions of that xml document which doesn 't validate against that schema. How can I do that? -Shital Joshi M

namespace

i get a org.w3c.dom.DOMException DOM003 Namespace error when i try to set a name space prefix. this is the snippet . Document d //d is initialised org.w3c.dom.Attr at d.createAttributeNS( "http

Caching Schemas

This feature works well when schemas and sub-schemas are on disk. However our application calls for loading schemas and sub-schemas from an XML/RPC server meaning that the schemas reach the clien

Using Namespaces with Xerces-J-2.4.0

Hi All I 'm new to XML so please excuse me if this sounds trival. I 'm using Namespces and I have a default namespace plus another two. When I usse the Dom.Writer from the DOM samples from t

Assigning a schema to an in-memory DOM Document

Xercesites I 've written a Java application that uses XML as a load/save format. To do this I create a DOM in memory and serialize it out to a file. This works great. Now what I 'd like to do is

General tips help, NEWBIE?

Hi All I would greatly appreciate any help that you could provide on helping me complete my task. I am new to Xerces and XML parsing and having difficulty understanding how I should be implementin

How is the encoding attribute used?

Hi All How does the Xerces parser handle the document declaration <?xml version "1.0 " encoding "utf-8 " ? > and is it used by the parser? Does it automatically encode and decode values inserted and f

Deferred nodes

I know that Xerces-J 's deferred nodes don 't actually map their children to themselves until a function that needs that information is called such as getChildNodes(). Once instantiated though my im

Resolving Schemas from the classpath

Hi all ) I 'm trying to find a way to get schema documents from the active classpath. That is to say using ClassLoader.getSystemResourceAsStream(). Using a custom EntityResolver I craft a special

Document is invalid: no grammar found

Im having some trouble going from Xerces 1.4.4 to 2.4 I think that the problem may be that the SAX parser is trying to look for the schema at the url rather than in my local file system. Both the .

Duplicate xmlns attribute

Hello I want to find out how to avoid duplication of xmlns attribute in the root node of XML document while serializing it to XML file. The problem is the following 1 I request a DOMImplementation

empty xmlns attribute (resolved)

Thanks to Joe and Simon for their suggestions. I 've finally figured out what is going on and I think that its obscure enough that others may benefit. In essence the additional attribute (xmlns " ")

grabbing targetnamespace as a string

Hi Probably a newbie question here but I 'm wondering if anybody can help me with a code snippet that would grab the targetnamespace of a schema file (going through a Xerces XMLReader) as a simple s

Mailing list archive

I subscribed to this list over six months ago. In that time the list has not had an archive AFAIK. Does anyone have a full archive dating back farther then that (maybe to the beginning)? If someone

cannot convince xerces to call ignorableWhitespace()

Hello there i 'm trying to split a huge XML document via SAX and want to get rid of whitespace between elements. The underlying schema has no mixed "true " attribute so I suppose every whitespace cha

Can I stop SAX validation from resolving non-approvednamespaces?

<html > <div style 'background-color ' > <DIV > <P >Ah I see what you mean now. I 'll  sort out  an EntityResolver right away... </P > <P >Many thanks to Simon Jeff and everyone else for your help on

parser errors

Hi All It doesn 't look like the Xerces error messages have been internationalized. Is there any on-going effort to do so? I 'd offer to help but I 've only got command of one language. Thanks A

Can I stop SAX validation from resolving non-approved   namespaces?

Just a reminder to maintain context Namespaces per se are never dereferenced. They may be bound to schemas and if so the _schema_ URI may be dereferenced. But a namespace URI is just a "magic w

Re: Can I stop SAX validation from resolving non-approved
   namespaces?

On Wed 2003-04-16 at 19 24 Andy Taylor wrote > Hi Jeff > > I understand this but I would like to stop the validation process > (which I believe will run through the entire document resolving >

using xerces with nio file locking

Has anyone come up with a good way to use Xerces with java.nio file locking? In particular I 'm trying to get it to work with SAX parsing. So okay the DOM and SAX APIs annoyingly don 't support nio b

Is Xerces 1.4.3 supported on AIX 5.1,5.2 & HP 11i ?

Hi does anyone know if xerces 1.4.3 supported/runs on AIX 5.1 5.2 and HP 11i ? Thanks
Page 67 of 76 Previous 10   61   62   63   64   65   66   67   68   69   70   Next 10