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

Unique key in DOM output?

Is it possible to have Xerces give each "record " in an XML document a unique key? Anyone have any good ideas for implementing something like this in Java? Would it be easier to do this inside the Jav

Property "current-element-node "

Hi I am trying to use the property "http //apache.org/xml/properties/dom/current-element-node " but everytime it returns a null node (or gives SAXException ). I am unable to figure our the problem

registering schema locations

Hello all I am trying to parse XML document using namespaces. These XML documents do not contain any shema location. Is there a mean to describe somewhere what is the mapping between namespace and

Namespaces

We are having a problem validating a schema that includes another schema. We are having problems with namespaces in general. We are not able to validate the following xml schema using Xerces 2.4.

PJava 1.2 compatibility

Hello I 'm trying to use Xerces 2.4.0 under PJava 1.2a (which is essentially JDK 1.1.8 with the Java2 security model thrown in plus or minus some other things). However I have run into a problem wh

Get/Set Encoding value

I have to write a program that will fetch the encoding information from XML files <?xml version "1.0 " encoding "UTF-8 "? > and verify that all encoding is set to UTF-8 my early trials using SAX has

Preloading schema that imports another schema

Hello I have a schema (in file 2.xsd) that imports another schema (in file 1.xsd) and an instance document like this <?xml version "1.0 "? > <outer xmlns "http //localhost/test-2 " xmln

Naming convention for schema components

Hi In the XML Schema Formal Spec http //www.w3.org/TR/xmlschema-formal/ there is a proposed naming convention to refer to XML schema components http //www.w3.org/TR/xmlschema-formal/#section-overv

DTD Scanning

Hi I want to scan a given DTD to get the "set " of combinations of elements that can be children of a given element. Any suggestions on how can it be easily done . Thanks Rahul

Problem with validating against xml schema

Hello again In my code I 'm following exactly the lines of code presented in the sample code for JAXP. My code includes 1. Instance of DocumentBuilderFactory 2. setNamespaceAware true 3. setValidat

DOM L3 Events

Hi all Have you any plans to implement 1) in Document Impl void renamedAttrNode(Attr oldAt Attr newAt) void renamedElement(Element oldEl Element newEl) 2) MutationNameEvent 3) Changes to Ev

JSR 173 - XML Streaming API - Public Review Available

If you are a Xerces user or developer you may be interested in the public review release of JSR 173 the XML Streaming API. In the past couple years streaming (or "pull parsing ") APIs for XML proce

DTDGrammar initiating problem

Hi In my Java program I was trying to initiate a DTDGrammar.Below is the part of my code ....... I cant understand why the grammar doesnt initiate probably I am missing something. Please help. Sy

viewing DTD in browser

This is somewhat OT but I can 't seem to find an answer to this anywhere so hopefully someone here can shed some light on the situation. In my javadocs for my app I have linked to the DTDs used. If

Problem with xml schema

Hello I’m encountering a problem in parsing an XML document using the J2SE 1.4 DocumentBuilderFactory (Which should support JAXP 1.2). Background I have created a well-formed XML document that is

XML namespace issue......

Xerces Members I am having a problem parsing an xml instance that contains in imported xml schema. I have set the parser to look for the xml schema locally via the external schema location propert

Setting Owner Document

Hi all I am trying to find a way to set the owner document of a node to the one I want. Is there any proprietary way to do so? I would appriciate any help. Regards George

Bug with patterns?

I 've been getting a strange bug from xerces - when I parse an xml with an attribute that does not conform to the pattern defined in my schema the parser just gets stuck and won 't proceed after the pa

DOMWriterImpl needs patches for bugs 20429 and 20431

Elena re Applying patches from Venu (k.venugopal@(protected)) for bugs 20429 and 20431 You have applied the ' ' vs. instanceof and equals() patches to DOMBuilderImpl and DOMConfiguration

Uage of Factory javax...DocumentBuilderFactory

Hi I know my question is very basic but i just need some clarifiactions. I am using jdk1.4 and xerces2.2.1 As xerces bundled with jdk1.4 I don 't want to use that. So i have put xercesImpl.jar fil

Picking up annotations (including appinfo) in schemas?

Hi I 'm examining the grammar from a schema and am able to get all the complex types element declarations etc. but for some reason the grammar does not contain the annotations (i.e. the getAnnotat

How do I pick up a schema element 's or complex type 's "actual " contents?

Hi I have successfully read in a grammar (from my understanding that would be nothing more than a XML schema file) and am able to get a list of the global elements complex types etc. but I have not

XSAnnotation support

Hi we are using xerces to read xml schemas. it does a great job for us except for Annotatons http //www.w3.org/TR/xmlschema-1/#cAnnotations. I have the impression that the getAnnotation() Implem

multiple schema caches

Hi We need to cache schemas but there may be multiple versions of schemas for the same namespace. Since caching is done on the namespace basis we 'll need to maintain multiple schema caches. How wo

Sample code to "introspect " schemas?

Hi This has already been proffered but I just checked the archives and they are not available. Does anyone know where I can get some code sample to "introspect " schemas? I need to introspect a sche

get a complete path from Xalan

Hi I am new to Xalan. I am trying to use Xalan to get a complete path for a given XPath expression. For example for a given XPath expression like /A//B/ and XML document foo.xml I am looking for

Problems with cached schemas

Hi Perhaps this issue has been discussed on the list but the archives aren 't available so I have to post. Here goes... I am trying to use what is called 'active ' schema caching as demonstrated by

validating xml with a relative path to schema

Hi All I am reading xml schema from a jar file and trying the validate the xml with the schema If I give complete path in the xsi noNamespaceSchemaLocation it works fine but if I give the relativ

How Xerces handles DTD ?

Hi If I am not wrong then xerces might be converting the DTD into some data structure or some other convenient form to use it readily. Can anyone tell me how is it stored and the name of the

Revalidationg in DOM3

Hi The current DOMConfiguration functions do not support primitive data types public interface DOMConfiguration { public void setParameter(String name Object v
Page 63 of 76 Previous 10   61   62   63   64   65   66   67   68   69   70   Next 10