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

AW: AW: xmlParserAPIs.jar and parser.jar

Hi Jake I figured that this would be the case but is there not way to get around this without deleting it ? Regards Marco -----Urspr�ngliche Nachricht----- Von Jacob Kjome [mailto hoju@(protected)

Handling tags

Hello I know this question is a out of scope of this list. But I choose to write this here because there will be a lot of tag parsing experts here. The problem here I have a String retur

AW: xmlParserAPIs.jar and parser.jar

Hi Jake parser.jar is just another JAR file for xml parsing which was located on our machine. It has nothing to do with Xerces. But it is used by other applications requiring XML parsing. For me to

Possible bug in Xerces2-J v2.5.0 schema validation: attributeGroup
   redefinitio

The attached files mirror the arrangement of a set of libraries I am currently developing and demonstrate a possible bug in Xerces2-J schema validation. There are two chameleon schemas one of types

xmlParserAPIs.jar and parser.jar

Hi all this is more a general Java question but it is associated with Xerces. I am currently writing library of classes to obviously process some XML documents using jdk1.3.1_01. I have places t

How to compile Schema ?

I would like to preparse Schema by using the following steps //input XML Schema as InputSource XSDHandler handler new XSDHandler(...) ... XSDDescription xdecl new XSDDescription() ... SchemaG

for XIncludeHandler.handleIncludeElement included, was Re: xinclude

Hi Neil Thanks for the patch. I 've integrated it with my local copy -- I 'll be submitting a bunch of patches soon. I 'll be sure to include credit to you for the change. I 've made a couple cha

PSVI ramblings

I have to use org.apache.xerces.impl.xs.psvi.* pretty heavily in production software and I just wanted to post some musings and perhaps a wistful question. The PSVI APIs seem to be fairly crufty. (

for XIncludeHandler.handleIncludeElement included, was Re: xinclude funn

Hi Bob Thanks for you counsel. Indeed it was my shortcuts are correct URI 's that lay at the root of my problem. Everything fell in place with a "memory " in front of the URI 's. The org.apache.xe

Handling catalogs in Xerces2

Xerces 1.4 had an XMLCatalogHandler. The description was "Interface for implementing basic catalog support in the parser. To implement and use a Catalog implement this interface and install your cat

XML Schema Validation Error

Hi I am using Xerces Schema Cache. http //xml.apache.org/xerces2-j/faq-grammars.html I am using the attached SOAP envelope schema to validate my xml file which has 'actor ' and 'mustUnderstand ' a

access to namespace prefix

Given a namespace URI I 'm trying to get the namespace prefix. How does one do this from within the PSVI framework? XSObject has a getNamespace() method but there is no getPrefix() method. Alte

Xerces and Schema Validation

Hi folks I was wondering if there is a way to do schema validation on an XML that does not have the "xmlns xsi "http //www.w3.org/2001/XMLSchema-instance " xsi schemaLocation " <http //www.myurl.

Schema validation using multiple schemas

Hi All I am trying to validate an xml file using multiple schema files using Xerces-J 2.5.0. The xml file specifies the location of schema#1 using schemaLocation. Inside of schema#1 schema#2 is s

steps to use xerces2.5

hi i downloaded xerces-j-bin 2.5 zip and xerces-j-tools 2.5.zip . and i found myself lost after that. like what steps should i do next to install the program? should i compile it? and if it is the c

howto _download

i am trying to download xerces from www.apche.org. however i found many files in the dirctory of xerces. i realy do not know if i should download every file seperately or should i down load some fi

gg

xinclude funnies

I 'll preface this with "I 'm a bit new to digging around in Xerces and XInclude ". (Xerces always worked but then I wasn 't using new beta features.) I 'm trying to make Saxon 7.6.5 (XSLT) work with X

anyURI error: why not valid?

Hi all I am validating a file using Xerces-J 2.5.0 and the following declaration xsi noNamespaceSchemaLocation "file ///H \MopedOutput\eda_pvt_schema_3.xsd " and I get the following error message

Empty tag handling question

Hi All I found that Xerces handles <EmptyTag > </EmptyTag > and <EmptyTag/ > differently when parse with the schema validation. Assume this <EmptyTag > failed the validation For <EmptyTag > </EmptyTag >

Possible encoding related bug

Hi I think that that there is an encoding related bug in Xerces2.5. When using DOM parser and trying to parse a document that contains characters that do not belong to the character set that corres

Is it possible to have a ModelGroup as a child of ModelGroup??

I 'm writing a bit of recursive code (which has most assuredly been written by dozens before I) and I am wondering if there will ever be a case such that a model group could ever be a direct child o

existence of 'ref ' attribute, value constraints

There seems to be no way within the API to determine if the 'ref ' attribute exists on an <attribute > element information item. This is important because the value constraints are absent on the Att

XNI - inserting an element/string/??

Hi I have XML that looks like <list > <item/ > <item/ > </list > I want to use XNI to insert an 'item element ' when the 'endElement ' event is triggered for the closing 'list element. ' So far I

newbie schema question

--------------------------------------------------------------------- To unsubscribe e-mail xerces-j-user-unsubscribe@(protected) For additional commands e-mail xerces-j-user-help@(protected)

schema question

--------------------------------------------------------------------- To unsubscribe e-mail xerces-j-user-unsubscribe@(protected) For additional commands e-mail xerces-j-user-help@(protected)

newbie schema question

--------------------------------------------------------------------- To unsubscribe e-mail xerces-j-user-unsubscribe@(protected) For additional commands e-mail xerces-j-user-help@(protected)

Probable Encoding problem

Hello One of my colleagues has run into a bit of a problem with the following code try { DocumentBuilderFactory factory DocumentBuilderFactory.newInstance()

Deploying an application that uses Xerces

I have developed a fairly simple application that saves it 's documents in XML and uses SAX to reload them. Now I want to deploy it so it can be executed by end-users. The problem is that if somebo

DocBook - Validate an XML document

Hi I need to validate an XML document against the DocBook DTD. How can i configure the CATALOG file to refer the entity file and MOD and MathMl DTD and CALS table... using Xcerces-c/j.. If anyone
Page 58 of 76 Previous 10   51   52   53   54   55   56   57   58   59   60   Next 10