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

XML Validation

Hi XML File --------- <?xml version "1.0 " encoding "UTF-8 "? > <!DOCTYPE personnel SYSTEM "personal.dtd " > <personnel > <person id "Big.Boss " > <name > <family >Boss </family > <given >Big </given > </name

External schema validation and InputSource

Hi! Is the following a known bug in Xerces 2.5.0 and 2.6.0? There is no validation when I use InputSource to give the XML to the parser and set the property for the external schema. Only well-formedn

XML Catalogs in Xerces

Hi Sounds good. While you 're up could you have your utility class implement EntityResolver as well so it can be used at the SAX level? Bob Foster http //xmlbuddy.com/ Michael Glavassevich wrot

Character Encoding Redux

Hello all Last week I asked for an explanation regarding Xerces behavior parsing XML files. I was able to hide the issue by tweaking the server 's locale settings but the problem still exists in an

NullPointerException at org.apache.xerces.imple.dtd.XMLDTDValidator

I am using xerces 2.2.1 and J2SDK1.4.1_02 for validating XML files. I am getting NullPointerException at org.apache.xerces.impl.dtd.XMLDTDValidator.ValidateDTDAttribute(XMLDTDValidator.java 2358).

Omit Comments Does not Work

Hello! I have two questions (1) I want to preserve comments in the following lines but it does not work comments are still removed. memoryxml.reset() try { InputSou

: XMLCatalog Support in Xerces

In the upcoming release of Xerces-J we are going to be including OASIS XML Catalog [1] support which will allow users to resolve locations for their schemas (using their target namespaces) DTDs and

Detecting invalid characters in an XML document

I would like to be able to trap and handle various types of SAXParseException differently. Primarily I would like to be able to trap the following org.xml.sax.SAXParseException An invalid XML ch

problem with SAX - repetitive lines returned by characters()

Hi I have problem with SAX bit of Xerces. I use SAX to get lines of an element of specified tag and print them out. I was using older version of Xerces with which it run fine. When I replaced old xer

Xerces2 Preventing Buffering

Hi Any way(s) to prevent/disable buffering in Xerces2? Similar to Xerces1 "read data from a stream as it arrives " functionality where parser.setReaderFactory(new StreamingCharFactory()) and so

Parsing misbehavior using DTD grammar pool

Hello Xerces experts I am writing an application that needs to cache grammars for performance reasons. When I try to use a grammar pool for DTD validation the parser repeats its first-document beha

External entity: Fatal Error content must consist of well-formed character d

sorry my mail client has broken my original mail a bit....once again Hello. I 'm very confused and need some help. I have a main xml document which consists of an external DTD reference. Additio

External entity: Fatal Error content must consist of well-formed character data

Hello. I\\\\\\\ 'm a very confused and need some help. I have a main xml document which consists of an external DTD reference. Additionally a second XML file contains a XML snippet to be included in

Character Sets (Was Re: ContentHander characters discrepancy)

On January 14 2004 03 34 pm Bob Foster wrote > > Of course not. The default encoding is UTF-8. An erroneous encoding > declaration won 't make things better. I mean specify the actual encoding. > I

ContentHander characters discrepancy

I am experiencing a discrepancy running my application on two different servers and I was hoping someone here could give me an idea of what to look for. I have implemented the ContentHandler interfa

Validation error on prefixed attribute

Hello Xerces users When parsing an xml element such as <pr elem pr attr "value " xmlns pr "some-uri " / > With schema validation enabled Xerces throws Fatal cvc-complex-type.3.2.2 Attribute "pr

Buffer Parser

With help from subscribers to this news group I 've been able to create a DOM parser that reads from a text xml file. I need to migrate that into a parser that reads XML that is already in a buffer r

RES: Dropping JDK 1.1. Support for Xerces2

Elena I 'm developing an application for palmtops and the VMs compatible with palms support only JDK 1.1. I 'm using Xerces 2.5 and I use DOM with the PSVI document implementation. Ruben

Dropping JDK 1.1. Support for Xerces2

I would like to propose to drop JDK 1.1 support in the upcoming Xerces2 release (end of January). As you know each new level of JDK provides better performance and includes more functionality s

DOMWriter Help

After a lot of frustration and help from subscribers on this users group I finally have a parser that functions dependably. Next question. Is there an example in the Xerces samples that shows how to

Version 2.6.0 doesn 't build

I downloaded XercesJ 2.6.0 source stuffed it in an Eclipse project and built it with jre 1.4.2_01. Three files have errors HTMLFrameElementImpl.java HTMLIFrameElementImpl.java and HTMLObjectElem

XMLDocument validation

Hi I have a simple question. I have created XMLDocument and loaded into DOM. How to validate it against loaded XSSchema? Or validation is enabled only during a document load? Thanks for any hints.

XS Validation handling

Hi everybody I have XML and XS schema. Let 's assume that the validated XML is valid XML (well formed). But there are XS validation errors like theese [Error] test.xml 10 25 cvc-pattern-valid Value

Full validation of DTDs

Hi there If I have a document like <!DOCTYPE test SYSTEM "test.dtd " > <test/ > and a DTD like <!ELEMENT test EMPTY > <!ELEMENT illegal_decl (some none existing element names) > is it p

SAXException: Document root element is missing [SOLVED]

Hi again! Found the error I need to memoryxml.reset() before parsing since the stream was at the end position. Now works fine! Thanks again! Thomas wrote > Thanks Michael! > > I created a d

SAXException: Document root element is missing

Hello! I have written the following small method to check if a memory xml stream is well-formed public void parse(ByteArrayInputStream memoryxml) { try { InputSource input

JAXP 1.3 in public review

Hi all Since new API 's affect users as well as developers I thought this development worthy of being brought to the attention of both parts of the community. The public review documents of JA

Schema Help

One of the complexTypes in my schema as below <xsd complexType name "ExtendedDataElementType " > <xsd sequence > <xsd choice > <xsd element maxOccurs "unbounded " minOccurs "0 " name "values " >

Validation feature problems redux

I 'll try this again as I didn 't get an answer to the main question last time. (Probably lost in the holidays...) Thanks Thomas Cox > -----Original Message----- > From Thomas Cox [mailto Thomas.Co

AW: AW: Schema validation with SAX or DOMParser?

This works fine. Thanks Dirk > -----Urspr�ngliche Nachricht----- > Von Reinhard Brandst�dter [mailto r.brandstaedter@(protected)] > Gesendet Montag 5. Januar 2004 16 11 > An xerces-j-user@(protected)
Page 52 of 76 Previous 10   51   52   53   54   55   56   57   58   59   60   Next 10