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

Neko DOMParser - namespace issue ?

I did some experiments by creating a small XML input file and stylsheet and here 's what I 've found. The transform rules are applied successfully in the following cases - xalan command line - c

Revalidating in DOM3

This has probably been asked before but the archives seem to be offline. I 'm trying to follow the recipe in http //xml.apache.org/xerces2-j/faq-dom.html#faq-7 but I don 't seem to be able to set t

IDREF Attributes

<!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 >

Parsing external entities in multifile documents

Hi I need some advice on how to deal with a problem that I have encountered trying to use xerces to parse external entities in multifile documents created by Arbortext 's Epic editor. The documents

xni pull parser

Hi Do you know of any xni-pull parse techniques article on the web? The doc brings not so many information Thank you Bruno Sanz

WBXML and DOM API

Hello I 'm trying to implement the DOM API to load WBXML the thing is I want to Load the WBXML tree (DOM) in memory without having to convert it to XML I 've been trying for a long time to do this

XML schema validation performance (precompilation?)

Hi I have to validate many XML documents against a XML schema that is always the same. I use the following code to do the validation for each XML document // Get document builder factory and set i

parser help

Hi Given a DOM tree I would like to check the validity of the subtree of a given node by the parser. One way which I can think of is to write the XML document corresponding to it and then pa

Namespace problem with Xerces >2.0.1

HI! We ran into another namespace problem after switching to Xerces 2.4.0. We are searching a node with Xalan 2.4.1 and then output the node as string. Xerces 2.4.0 Serializer does not provide the fu

createElementNS() does not work as expected in new versions of Xerces ( > 2.

HI! Thanks for the clarification. Regards Thomas > -----Original Message----- > From Elena Litani [mailto elitani@(protected)] > Sent Montag 26. Mai 2003 16 35 > To xerces-j-user@(protected)

Specifying a schema in parsing code

Is there a way to specify a specific XML schema in the parsing code? I 'm trying to avoid putting a lot of error checking into my Java code by reusing the XML schema. It works fine if they specify th

Re: createElementNS() does not work as expected in new versions of
Xerces ( >

Hi Thomas As Sander points out your code does not set the value of xmlns attribute. Just to clarify the difference in behavior for different Xerces versions in Xerces 2.0.1 the XMLSerializer was

createElementNS() does not work as expected in new versions of Xerces ( > 2.0

Dear Thomas For the second part of the test this is probably something in the order in which the serializer handled things. Your code has a bug I think > attr doc.createAttributeNS( "http /

createElementNS() does not work as expected in new versions of Xerces ( > 2.0.1)

HI! We used createElementNS() in 2.0.1 successfully. Since we switched to newer versions (now 2.4.0) it stopped working as expected. We have reviewed our code and changed it as suggested in http //n

schema validation : choice with min/maxOccurs in group not allow ?

> I have a problem of XML schema validation with Xerces 2.4.0. it seems > that the inclusion of an element 'choice ' with the attributs minOccurs > and/or maxOccurs into a element 'group ' was not allow

Default values with grammars

I have encountered the following problem when loading my schema as a grammar. I have an xml file which is given as input (with no schema specified) before parsing it I saved as a grammar a schema to

Bug in parser?

I 'm trying to parse a very simple xml document with xerces 2.4.0. Unfortunately I get the following error java.net.MalformedURLException at java.net.URL. <init >(URL.java 613) at java

Re: schema validation : choice with min/maxOccurs in group not allow
?

Hi Code says // Neither minOccurs nor maxOccurs may be specified // for the child of a model group definition. may be one of the developers can help you by pointing to the spec.

Why won 't IE6 + SSL save my XML to local machine?

<html > <div style 'background-color ' > <DIV >Hi </DIV > <DIV >  </DIV > <DIV >This isn 't strictly a Xerces issue but I know people on this list will be more likely to have an answer to it than anywhere

schema validation : choice with min/maxOccurs in group not allow
?

hi I have a problem of XML schema validation with Xerces 2.4.0. it seems that the inclusion of an element 'choice ' with the attributs minOccurs and/or maxOccurs into a element 'group ' was not allo

Instantiating NodeImpl etc.

Hi guys I am currently using Xerces in doing some parsing and manipulation of XML in parallel with Xalan. I 've made some attemtps to extend the NodeImpl class from Xerces DOM Implementati

FW: problem with using the "| " in the field element under the key
    element

>From a thread on xml-dev@(protected) <mailto xml-dev@(protected) > I am having problems parsing the instance below. I am using a "| " in the field element of the key named kActivity in the R

allow space for <xsd:decimal > type in schema

hi there how can i allow space or empty string for an element with datatype defined as <xsd decimal > in the corresponding schema? i tried "nillable true " attribute then different facets but it di

Re: don 't want the parser to retrieve comments or text nodes in the
XMLfile

Joseph Kesselman wrote > >What I 'm trying to do is when the parsing is finished I scan the tree > >and do node.removeChild(child) when child is a Text or Comment node. [...] > > Is there a way to

Re: don 't want the parser to retrieve comments or text nodes in the
XML file

Yes the DOM Level 3 LS API is implemented in Xerces I am using it. Have a look at org.w3c.dom.ls.DOMBuilderFilter. It has the API for accepting Nodes while parsing. register it with any parser whi

Re: don 't want the parser to retrieve comments or text nodes in the XML
file

>What I 'm trying to do is when the parsing is finished I scan the tree >and do node.removeChild(child) when child is a Text or Comment node. [...] > Is there a way to do that properly during the

don 't want the parser to retrieve comments or text nodes in the XML
file

I 'm using the xerces2.0.0 DOMParser to parse XML files. I 'm building a DOM tree but I want the parser not to retrieve comments or text nodes. Here 's my code DOMParser parser new DOMParser() tr

Xmlc: Re: w3c html dom versioning oddities

Jake previous discussion started (around) here http //www.mail-archive.com/xerces-j-dev%40xml.apache.org/msg05727.html -Arno Jacob Kjome wrote > At 01 37 PM 5/20/2003 +0200 Arno Schatz wrote

referencing a local file as a doctype

Hi Sorry if this is in the archives but I they aren 't available at the moment. I am using xml files for my configuration files for an application and I do not want to have to set up a webserver t

couldnt import org.apache.xerces.parsers.*

Hi I have installed xerces on my PC which has created a folder named xerces-2_4_0 in my home directory but then also on compiling any java program it gives me error as package org.apache.xerce
Page 64 of 76 Previous 10   61   62   63   64   65   66   67   68   69   70   Next 10