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

Using the XML Schema API

Hi I 'm trying to use the XML Schema API (http //xml.apache.org/xerces2-j/javadocs/xs/index.html) to parse a simple schema manually. The QueryXS.java sample from xerces 2.6 works fine so far and it p

Internal Xerces structure available?

Hello wondering if anyone else has thought about a similar problem as the one below I currently use Xerces-J to serialize Java objects to XML send this across a socket and have the corresponding

Occurrence constraints

Hi. In the W3C Recommendation I found following statement < < [...]. The fixed attribute is used in both attribute and element declarations to ensure that the attributes and elements are set to part

Request for new parser feature: all content model errors

I am using XERCES to validate XML documents against an XSD schema. I have discovered that only the first content model error is reported. However I need to be able to identify as many errors as possi

AW: Schema validation with SAX or DOMParser?

But this does only work if the xsd location is in the xml file. I 'll validate without having the xsd attribute in my xml file! THX Dirk > -----Urspr�ngliche Nachricht----- > Von Reinhard Brandst�

XML Validation with XSD

Hi is there a way to validate an xml by an xsd without having the line to the xsd e.g. <news xmlns xsi "http //www.w3.org/2001/XMLSchema-instance " xsi noNamespaceSchemaLocation "index.xsd " > i 've o

Schema validation with SAX or DOMParser?

Hi! I 'm very unsucessful in validating a XML file against a XSD. I 've read several hints about setting the validation features but all I 've tried renders either in errors or exceptions. Here is wh

XHTML construction problem with ampersands / special characters

Hello when constructing an XHTML document with Xerces-J how to insert special characters like "  "? The problem is that the "& " character is replaced by the "" " sequence thus "  " is

Maurice Lowenthal/USA/StateStreet is out of the office.

I will be out of the office starting 12/22/2003 and will not return until 01/05/2004. I will respond to your message when I return.

Fixed length facets

Using the schema below and a sample xml file I get an error that I do not believe that I should receive. On xerces�j I get [Error] file null a.xml 1 143 Datatype error It is an error for both

Problem with XSLT

I am having problem in including a prefix of an imported XML schema in an XSLT document. Following is my XML document <?xml version "1.0 " encoding "UTF-8 "? > <?xml-stylesheet type "text/xsl " hre

String/Character type conversion

Is there a built in function in Xercesc that will convert a standard ascii string character to the XMLCh type? A cast will not work in my application. Here is the line of code if(node- >hasAttribute(

Validation feature problems

When I try to parse this xml file <?xml version "1.0 " encoding "UTF-8 "? > <myns BOGUS xmlns myns "http //www.bogus.com " xmlns xsi "http //www.w3.org/2001/XMLSchema-instance " xsi schemaLocatio

Re: Finding out the Data Type defined in the XML schema at run time
which I ne

look into the psvi sample provided in xerces and see if it helps you. Shailesh Vaidya wrote > Hi all > > Is there any way to find out the data type defined in XML schema in my > call back methods

Help with XInclude

Cannot get XInclude to work. Searched archives for XInclude and while there are quite a few entries and even some claim of success none provide the steps required to get there. I would apprecia

import of schema with DOCTYPE declaration

I 'm trying to get xerces-j version "Xerces-J 2.1.0 " (as embedded in Apple 's WebObjects 5.2.2 - my application 's standard platform) to parse and validate an XML document using a specific XML Schema th

DOM Composite Events

Hello all (This is closely related to the DOM Events module and non-commercial) we have developed an approach and implemented a prototype to detect composite events in XML documents using the DOM E

AW: Forbidden chars in attributes?

well thank you. Actually I 'd never had this problem if I wherer using XMLSerializer. However to meet my needs I wrote a XMLWriter myself. To solve the forbidden character issue I know use the pr

How can you prevent DeferredTextImpl?

Hi I 've searched the archives and this details my problem but doesnt offer me a solution. Basically we need to be able to load a DOM and tell the builder not to create any nodes which are Deferr

Forbidden chars in attributes?

Hi Folks! I 've developed an application using xerces 2.0.2. Being in real life I recognize that my customer uses any kind of wild characters which are than stored e.g. in an attribute and cause err

Finding out the Data Type defined in the XML schema at run time which I need for

Hi all Is there any way to find out the data type defined in XML schema in my call back methods we are using the validating parser with validation feature set to true. Thanks and Regards Shailesh

Strange Xerces2 behaviour when validating xmls with namespaceses

hi all there has been a mail with the same subject some months ago. it was regarding DOM. I am facing the same problem with XMLReader. There is a file rtrv_dgn_status.xml and two xsds Dialog.xsd Dial

XML validation algorithm

Hi Can anyone tell me what algorithm is used in Xerces-J to validate the XML files against DTD? Thanks a lot Shan Wei

CyberNeko Tools for XNI 2003.12.12 Available

Just to let you know that I have just released a new version of the CyberNeko Tools for XNI. This release includes minor bug fixes for problems reported in the HTML parser and the DTD converter. You

error in parsing using xerces2

Hi all i have an xml file and a corresponding xsd. Everything works fine with old xerces.jar but now i have to shift to xerces2 . when i use xerces2 and try to parse as follows XMLReader parser

XML Schema and Xerces 2-J

Hi folks I had couple of doubts regarding XML Schema Processing processing. 1. When validation is turned on does the SchemaGrammer which is been loaded is the grammer constructed from XML Schema o

preserve source structure

Is it possible to preserve the structure from an input file when serializing its DOM-tree to an output file? Example --- <book > <title > The Clue </title > <chapters

Setting http://apache.org/xml/features/nonvalidating/load-dtd-grammar

Have a set of XML files that need some optional tags adding - so they 're being SAX parsed (xerces 2.6.0 jdk 1.4.1). However - the important point is not to modify the XML more than necessary - and

How can I speed DOM document revalidation

Hi (Elena Litani posted this question of mine to xerces-j-dev a few weeks ago - under the subject "Design of a validating configuration server " - but there was no reply.) I 'm looking for a way to s

Is org.apache.xerces.jaxp.SAXParserFactoryImpl thread safe ?

As sun javadoc say http //java.sun.com/j2se/1.4.1/docs/api/javax/xml/parsers/SAXParserFacto ry.html But is the implementation thread safe ? I 'm using xerces 2.4.0 Thanks a lot ! Olivier ********
Page 53 of 76 Previous 10   51   52   53   54   55   56   57   58   59   60   Next 10