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 49 of 76 Previous 10   41   42   43   44   45   46   47   48   49   50   Next 10  

Unremovable xmlns attribute

Hi! When using DOCTYPE definition it automatically creates xmlns attribute in root element defining namespace for this xml. I want to modify prefixes of all elements create new xmlns attribute

Entities bodies missing

Hi! When using the getDoctype().getEntities() list entities that are not declared nor used in XML have no children at all - they have empty definition. How can I get their proper value? Thanks

Grammar Caching and XMLErrorHandlers

Hi All I 've been working on using grammar caching code a little different than the example code shows. I haven 't come across this in the archives so I thought I 'd see if I 'm just not using the o

Problem in schema Validation. (urgent plz)

All I defined an element in the schema as type integer (like as follows) <xs element name "ver " type "xs integer "/ >. I have the minoccurance as 0 and maxoccurance as 1. But when i have an eleme

maxOccurs= "99999 "

Just a comment. Xerces ' handling of large maxOccurs values seems pretty broken. When I debugged into it I discovered that the outofmemory exceptions were caused by Xerces trying to allocate IIRC

parsing and analysing schemas in 2.0.1

Hey folks I have tried a lot searched a lot and I am not able to figure out how to do this. Would really appreciate it if you guys could help me on this. I need to load an XSD and go through its c

XS and element references

Hi I 'm using the xerces xs parsing package to parse a schema. I have a type with a sequence with three elements. One of the elements is a reference and when I iterate through the particles in the

Bug parsing xhtml-strict schema

Xerces 2.6.0 reports an error in http //www.w3.org/2002/08/xhtml/xhtml1-strict.xsd against this regex pattern (among others) <xs restriction base "xs string " > <xs pattern value "[-+]?

Classloader issues with DOM3 & JDK 1.4.2

All apologies if this is an FAQ but I haven 't been able to track down what the solution to this one is either in the docs or the mailing lists. I have a small code snippet that tries to create a

AW: ENTITY resolving difference between Win XP and Win 2000

> What is the base URI of your document? I would guess that it looks > something like 'file //C /file.xml ' (in which case you probably meant > 'file ///C /file.xml ') or 'file //somehost/C /file.xml '

ENTITY resolving difference between Win XP and Win 2000??!!!

HI we encounter the following very strange problem We have an XML document that looks like this <?xml version "1.0 "? > <!DOCTYPE dependencies [ <!ENTITY ProductDependencies SYSTEM "../pr

Preparsing XML Schema data types in Xerces-J

Another one from the "yet another newbie question " department... I 'm trying to preparse XML schema files and I 've hit a snag that I just cannot figure out on my own. Using Xerces-J I 'm able to get

XmlReader

I 'm getting the following error when trying to run a test using junit. unit.framework.AssertionFailedError SAX2 driver class org.apache.xerces.parsers.SAXParser does not implement XMLReader What do

W3C implementation

Hi I was wondering if Xerces-j does implement anything that is not in the w3c standard. I don 't know any parse extra 's but from Saxon the XSLT proccesor I know there are some extra 's like this on

Special Chars in Attributes

Hello All I will appreciate if anyone can help me with this please <card id "c1 " title "Yahoo! Españ a " > </card > This ñ is the spanish 'n ' character with the '~ ' on top of it and comple

multiple schemas in externalSchemaLocation

Hi I am trying to set 2 schemas in the externalschemaLocation property. The first xsd has the any element with the processContents as "lax ". The apache site states that pairs of values can be set fo

Multi-threaded Java and DocumentBuilderFactory

Hello I am encounering an odd problem with xerces-j (2.6.0 and 2.6.2). I have an application that starts out as a multithreaded C program and subsequently creates a Java VM (1.4.2_01) for parsing

problem in validating

Hi I am a new member to this group and also am new to schema validation. I have the following problem in my code. I am using xerces 2.4 I have attached Test.xml Product.xsd and XMLTest1.java. The

How to get full schema validation

Hi all I am using Xerces Java 2 to try to validate a XML file the packages I am using to parse and validate the file are import org.w3c.dom.* import org.apache.xerces.parsers.DOMParser import o

Question about text nodes and CDATA sections

I have the following XML <PingTest2 > <![CDATA[Hello ]] > </PingTest2 > In my program I append a text node so that I get this result <PingTest2 > <![CDATA[Hello ]] > world! </PingTest2 > When I e

Form Correction in NekoHTML parser

When NeknoHTML parser corrects ill formated <form > does it builds some data structure to record which form elements are part of the form? Considering the following example In IE and Mozilla the <

Correct validation of schema type QName

I am wondering if the Value attribute of StatusCode is valid according to the schema instance doc <Response InResponseTo "ID_d03037d8-e25a-44dc-a6c2-5195ee3e8d13 " IssueInstan

Neko HTML Parser Question

Does/Will NekoHTL parser work any JAXP parser? e.g. Piccolo at http //piccolo.sourceforge.net? I think Piccolo is faster than Xerces. So I would like to take advantage of Piccolo for parser/correcti

Extending (subclassing) Elements

This might be more of a Java question but I 'll ask it here anyway since our Java gurus don 't have an answer... I would like to subclass Elements. Now I know an Element is really an interface not a

Character Entities

Hey all another newbie question. How do you get sax to stop converting character entities to the character they represent? for example things like & or ü are being replaced with & or �

XMLGrammarBuilder sample

I 'm having trouble with one of the sample programs that comes with he xerces-j 2.6.2 distribution. It is ~xerces/samples/xni/XMLGrammarBuilder.java As distributed it will preparse multiple XSD fil

sax and carriage returns

Why am i getting random carriage returns in my output? I can 't find anything anywhere on why I 'm getting these. Here is an example input <rights > http //www.exploratorium.edu/about/use_policy.ht

trouble with xmlns:xml namespace declaration

Hello i send a xml-document to an apache-axis-server. Axis provides the method getAsDocument() in several classes which itself uses xerces to convert content to a Document. When i have something li

Build XSD/DTD model

I am trying to write an application that parses a XSD or DTD file build a model tree of the XSD/DTD and then display the model tree in a tree view. How can I use Xerces built-in classes to accompli

How to reference the initial stream after parsing into DOM.

I 'm using xerces-j to parse a large configuration file and am using the DOMParser. I 've got a .xsd file set up for verifying the XML but there is further error checking that I have to do while pro
Page 49 of 76 Previous 10   41   42   43   44   45   46   47   48   49   50   Next 10