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

some character entities are now '? '

Hi I have a program that reads an XML configuration file and in that file are various character entities. For example <pair from "Ò " to "& lsquo "/ > This is used to translate a

javax.xml.transform.Transformer

I 'm using this code to transform xml using and xsl file TransformerFactory tFactory TransformerFactory.newInstance() Transformer transformer tFactory.newTransformer(xsl) transformer.

Is anybody out there ?

Problem In creating PI node using XMLSerializer

Hi All I apolosize if this question has been asked before! ProcessingInstruction node is not being created when I serialize the XML using XMLSerializer. I want to insert the PI before root Element

moving the child nodes

Hi when I am trying to move all the child nodes from one Node to another Element it moves only the text nodes and skips all other nodes. I have attached below the relevant part of my code please

build errors for xerces2-j 2.4.0

a couple of build problems in trying to build xerces 2.4.0 from the source tar ball on a red hat 9 system. 1) first after unloading the xerces tar ball itself the README claims that you shoul

Problem validating schema based document with a <!DOCTYPE > declaration. (Followu

In an earlier message I said > Hello! > > I have a document that starts out like this > > ---- cut here ---- > <?xml version "1.0 "? > > > <!DOCTYPE observation-set [ > <!ENTITY copy "© " >

get occurence constraint in elementation declaration

Hi I feel that Xerces might not support getting occurence constraint in elementation declaration. For example in <element name "a " type "aType " minOccur 0 maxOccur unbounded > how to get the

what is the validation mechanism against schema?

Hi I am curious about the mechanism that Xerces validates an XML document against schema. For example there is only tag in XML data however the elemement name might be associated with a type de

escape

Hello I created an XercesDomParser. After I get the value of a node with XMLString transcode(m_nodeList- >item(0)- >getFirstChild()- >getNodeValue()) it does not substituue &apos with " ' ". Which pa

Build with DOM 3 support fails

Hi today I checked out the xml-xerces module from CVS. Then I tried to build Xerces-J with DOM 3 support (build jar-dom3). But unfortunately the compile failed with the following error message

DOM Document REvalidation

Hi eveyone is DOM3 's Document.normalizeDocument() is the only way to validate changes in document or there 're other ways as well? --

SAX Parser & Entity Expansion

Hello I 'm using a SAX parser to scan incoming XML and for select structures build a DOM for manipulation. I 've run into a little snag when it comes to the incoming entities being expanded into t

How can I process this part?

hi I have a project and want to read some file and generate Java class files from it.

examine XML Schema

Hi I am wondering the way to examine XML Schema and retrieve useful information to build my own representations of the Schema for my application. Specificially I wish to extract the child(children

Processing Instructions and DOM

When using a SAX Parser one can read preprocessing instructions by implementing a handler but how are preprocessing instructions fetched when using a DOM Parser? Thanks Rob <!DOCTYPE HTML PUBLIC "

SAX Parsing too slow

Hi there I am parsing a very big xml document(1.2 gb) using Xerces SAX Parser. It takes more than 15 minutes before it actually starts thorwing start element and end element events. Since this is no

Empty Text nodes in DOM structure

Hi In the DOM sructure many empty text nodes appear probably one below each structure (element attr etc). Is there anyway I can prevent them from occuring in the structure ?? Or can I remove t

Problem validating schema based document with a <!DOCTYPE > declaration.

Hello! I have a document that starts out like this ---- cut here ---- <?xml version "1.0 "? > <!DOCTYPE observation-set [ <!ENTITY copy "© " > ] > <observation-set xmlns "http //www.ecet.vtc.

changing the Tag of an Element

Hi After getting the DOM by parsing the XML document is there any way by which I can change the TagName of any specific element ?? Thanks Rahul

error while set schema

i was trying to tell xerces about schema (*.xsd) used to validating xml doc why this error happen guys ? java.lang.StackOverflowError at org.apache.xerces.impl.xs.XMLSchemaLoader.processJAXPSchemaSo

keys, keyrefs, and the default namespace

Hello all. I 'm using Xerces 2.4.0 on Linux and am having no luck getting the SAX parser to enforce XML Schema identity constraints using the default namespace. On the other hand if I specify an

escaping does not work properly

Hi I 'm currently experiencing a strange behaviour when using Xerces to serialize a XML document for some reason the " > " character does not get escaped to "> " when adding it as attribute or ele

Passive caching of grammars

Hi I am trying to use xni to cache xml schema grammars. The xerces documentation mentions that active and passive caching of schemas are both possible as long as there is an an instance of the X

JAXP 1.2, uniform parser configuration for both dtd and w3c schema validation

Hi All I need some help in figuring out this issue. I think as per JAXP 1.2 specification the defined parser behavior makes it difficult in the below case. Case Validate an XML deployment descrip

Specifying the schema location for DOM

This should be really straight forward but I seem to be missing something. I need to be able to specify the schema location for various namespaces when creating a DOM (and later validating it in memor

Trying to use xercesImpl in applet launched by browser

Hi I am encountering the following exception when trying to use xerces in an applet which is launched by a browser. It looks like xerces tries to access a system property (entityExpansionLimit) which

getting grammer after parsing

I would like to get access to the grammar for a schema after I have parsed a document conforming to said schema. Sandy Gao stated in a previous thread that the two methods of getting at the infor

assigning ID to nodes

Hi Having a DOM tree what can be the easiest way of assigning a unique ID attribute to each node? What if I want to assign to each node its height as well? Regards Rahul.

Attribute must appear/not allowed ?????

Hello I 've tried to submit the following bug but the forms are just too complex and I couldn 't understand (everyone has it 's limitations) how to send an attachment example so I 'm sending it here.
Page 61 of 76 Previous 10   61   62   63   64   65   66   67   68   69   70   Next 10