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

Prohibited attributes in restriction

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Hello everyone using org.apache.xerces.xs - API i would like to retrieve the information if an attribute is prohibited in an inherited complex type d

Exception when parsing from InputSource

In the xerces.jar that ships with WSAD 5.1 (C \wsad51\eclipse\plugins\org.apache.xerces_4.0.13\xercesImpl.jar (1 176 093 bytes) I 've found the parser doesn 't appear to handle the end of inputsource c

posting through DOM parser.

Does anybody know how to POST to a http url using the xerces DOM parser? Thanks Joe.

limitation of xerces on xml schema?

Hi I am wondering whether Xerces supports the "any attributes with non-schema namespace " defined with the components. If it dosen 't is there any java parser which can do it? Thanks. Lingzhi -

http request method

Does anybody know if the DocumentBuilder.parse(String uri) function use a GET or a POST method when opening up an http url stream?

Document is invalid: no grammar found.

I am trying to validate a xml document with a schema using an external schema in Java 20 String schemaURI "file ///test.xsd " 21 DOMParser parser new DOMParser()

serializing DTDs and gettting programatically added elements by id

hello list i have two questions that i would like to ask. the first one is regarding DTD serialization. i am using the identity transformation trick to serialize an xml document that i have parsed

Using Xerces2-J through JAXP without xml-apis.jar?

Hello Our application uses both SAX and DOM to parse XML streams. My current setup is that I rely on the standard XML-apis that come with JDK 1.4.x and only have the xercesImpl.jar in my normal clas

Problem validating choice containing groups

I found versions of this in the archives but not enough to solve my problem. I 've included the (simplified) schema and instance xml below. As far as I can tell this is a valid schema and it works

Cannot validate restricted complex type in schema

Hi all I 'm having a problem with restricted complex types using Xerces-J 2.6.1. I have tried to validate the complex type restriction example from the Schema primer http //www.w3.org/TR/2001/REC-

Threading issues Xerces 2.3?

Has anyone had threading issues with Xerces 2.3? -----Original Message----- From Campana Jr. Salvatore J Sent Friday February 06 2004 3 15 PM To 'xerces-j-user@(protected) ' Subject RE Help

The Xerces XMLSchema infoset

Dear Maybe a little background first I am in process of delivering a XOM-like java library to XMLSchema called 'endymion ' that will be released under LGPL as part of the 'narcissus '-project. The

Model Group name

Hi I need to know the model group name in my application. There is a named model group in my schema which is like ...... <xsd group name "A " > <xsd sequence > <xsd element name "B "/ > <xsd element

Validating using external DTD

Hi all I have an XML which comes through a HTTP request. I want to validate that XML with a DTD in the local machine. That XML does not have a DOCTYPE element by itself. Can someone tell me how th

RE: Help: Xerces 2.3 DeferredElementNSImpl.synchronizeData() throws
NullPointe

localName will be null if the node is a Level 1 DOM node -- ie was produced by a non-namespace-aware DOM builder or by calling the semi-deprecated createElement/createAttribute/setAttribute meth

Help: Xerces 2.3 DeferredElementNSImpl.synchronizeData() throws NullPointer

I was wondering if anyone had any insight into why this would occur or if it is different in a newer release.. Basically I am getting a NullPointerException when calling element.getLocalName( ) u

accessing numerical attribute values

I am a so-called newbie at this -- here goes. I am trying to exract the value "double startTime " from the xml below. I have an "Element " but don 't know how to "decode " or "transcode " the attribute

UTF-8 BOM support

does the current Java Xerces support UTF-8 BOM? it is my understanding that it does support UTF-16 BOM.... if it does not support UTF-8 BOM are there any other Java XML parsers available that suppor

key/keyref and error reporting

We are using the key/keyref mechanism but are experiencing some difficulties dealing with validation errors. We are using the method CoreDocumentImpl.normalizeDocument() to validate the document

Mismatch between XML-Schema API and Xerces Implentation

Hi I 'm not sure if one should call the following a bug but at least it seems like a misdirection which costs me an hour of debugging time. The interface org.apache.xerces.xs.XSModel of the XML-Sc

Unable to validate on solaris with xs:include tag and relative path in it

Hi I came across this strange behaviour I can 't validate a xsd file with xs include tag and relative path on it on Solaris. The same program works fine on window xp. For the "main " xsd file i gave

XML Schema Validation problems

Hi I am using the xerces 2.6 parser to validate xml documents against their schema. I have even set the correct features required for schema checking (as in samples/sax/Counter.java). But for some

from XSGrammar to scheam in text

Hi I am writing an application which parses XML schema as java object makes some changes on the schema object and output it as a .xsd text file. Xerces can loads XML schema as a SchemaGrammar ob

XInclude with Xerces and Saxon

Hi When processing XML files containing XIncludes with Saxon6_5_3 and Xerces- 2_6_0 I am getting the following message java - Djavax.xml.parsers.DocumentBuilderFactory org.apache.xerces.jaxp.D

how to add entity declaration ?

Hello how can I insert [ <!ENTITY % name1 SYSTEM "http //url1 " > %name1 ] into <!DOCTYPE > element using Xerces-2.6.0 Thank you Martin

XML Schema API: get all elements that can substitute an element

Hi * is there any convinient method to get all elements that can subtitute an element? I can 't find one in the interfaces only one in the implementation class SubstitutionGroupHandler (getSubstit

special characters

Hi All I am new to xerces and sax so this might be an ubernewbie question. The HTML Character Entities are breaking on me. (example > & & > ) They are being converted to the cha

include and redefine with XML Schema API

Hi * I 'm using the XML Schema API to generate a tree based structure of the allowed elements and attributes of a XML Schema. Everything works fine and as expected with a few lines of code. My pro

Character Sets Finale

Hello all Just thought I would write and say thanks for all the help. I finally found what the problem was and it was quite simple in the end. The version the worked correctly set up using ne

Problem with UTF-8 and BOM in SAXParser

hello I have a problem that looks like it is a bug in Xerces. Is this something that I should create a bug report of or is this already a known bug?
Page 51 of 76 Previous 10   51   52   53   54   55   56   57   58   59   60   Next 10