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

Desperate help needed: normalize() throwing
NullPointerException

<html > I 'm not sure if this is the right list to be mailing to but any help at all would be greatly appreciated. <br > <br > I am trying to normalize the following XML document and am getting a NullPoin

Load Schemas using HTTPS as URI

Hi Is it possible to use a https uri like "https //xyz/schema.xsd " to specify the schemaLocation in a xml document. I am using (Xerces 2.0.0 ) to parse the document. Is there any setting in Xerces

EntityResolver which can handle OASIS catalogs?

Hi Does anyone know of a class which implements EntityResolver using OASIS catalog files (which map public ids to physical schema/dtd files)? This basically allows a configuration file like !DOCT

DOMParser & Cannot Inherit from final class exception

Hi all I am having a problem creating a DOMParser within a Java Servlet. I have the following code import javax.servlet.* import javax.servlet.http.* import org.apache.xerces.parsers.DOMParser

Schema validation in 2.3.0 version

Hi all I am currently triyng to validate W3C VoiceXML documents under many XML validators. The current schema has been validated without errors on Xerces-J 2.0.2 XSV 2002/01/11 IBM SQC 2.1.1 and X

Xerces consuming memory when reusing parser

Hi I have a problem with Xerces 2.3.0 consuming memory in a long running application. Here 's my setup code DocumentBuilderFactory factory DocumentBuilderFactory.newInstance()

PSVI: no-union typeDefinition has membertype

Hi When parsing an MPEG7 description document with validation I find several attributes with the following properties - the corresponding AttributePSVI has a type definition of instance XSSimple

xml difference

Hi Group I have two xml tree 's that I want to compare. Last I read on the list was of XMLTreeDiff... Has anyone done this using Xerces? Cheers Pete <html xmlns o "urn schemas-microsoft-com of

determining the encoding of an external subset via XNI

Hi all In an attempt to generate some more discussion surrounding the issue I raised in the message below here are some ways by which we might move forward. For those who didn 't see the previous t

org.xml.sax.EntityResolver problem

Hi I have a problem with org.xml.sax.EntityResolver interface. I wrote my own entity resolver and all I am doing is returning null as InputSource. This should result in default processing. The probl

schema validation and date datatype

With String datatypes if the element has an attribute with minOccurs "0 " and the tag is there in the XML but there is no value validation is successful. However when I run schema validation whe

createAttributeNS question

The archive is unavailable so I don 't know if this has been discussed before. Can someone tell me the difference between the 2-arg and 3-arg versions of CoreDocumentImpl.createAttributeNS and crea

multiple namespaces in a single document

I am using Xerces 2.3.0 to parse a document that is validated by an XML Schema. My document looks like this <jx Model xmlns xsi "http //www.w3.org/2001/XMLSchema-instance " xmlns jx "http //ww

XHTML Output Format

Hi all! I have always been using the "org.apache.xml.serialize " package to output my SAX stream. Until today I was using the Method.HTML output format. I tried to switch to Method.HTML but since

vanishing text problem

I 've run into some strange behavior regarding PCDATA. The first time I parse my document the DOM gets built exactly as I expect. The second time I parse the same document my DOM is missing text node

schema problem

Hi there I 'm having a problem with some schema validation rules. I want to allow one of two sequences to be present in an xml document (I 'd prefer not to have to use sequences but I don 't think I can

Help - how to create element with proper namespace

Hello I am simply trying to create a Element that will look like the following <requestSummary xmlns "urn expertmgmt " > I run into problems when using createElementNS or createAttributeNS. Here is

format xml output

Does any one know what feature works to format the XML output of a DOMWriter to make it human friendly? "format-pretty-print " can not be set to true.

Characters in XML file

Hello group I am having one XML file with the header 1)  <?xml version "1.0 " encoding "UTF-8 "? > and another XML with the header 2) <?xml version "1.0 " encoding "UTF-8 "? > T

Patch for bug 17414

Hi I am a active committer for the Xerces-C++ parser. As a change of pace I started working on the Xerces-J parser and look forward to being an active contributor. I am enclosing a patch for bug

CyberNeko Tools for XNI 2003.03.03 Available

I 've just posted an update to the CyberNeko Tools for XNI. This release fixes a number of bugs in the NekoHTML parser. It can be found at the following URL http //www.apache.org/~andyc/neko/doc/i

xml.serialize versus DOMWriter

Hi I sent this mail friday morning If someone as an answer it would be great -----Message d 'origine----- De Sauquet Dominique [mailto dsauquet@(protected)] Envoy� vendredi 28 f�vrier 2003 10 5

Converting XML Schemas

Hello Does anyone know of any tools or documents that explain what it takes to upgrade an XML Schema specified in version 1.0(ie. 1999) to XML Schema 1.1 or convert the other way possibly loosing s

DOCTYPE and DOMResult

I am having a problem getting a DOCTYPE specified using <xsl output doctype-system "file.dtd "/ > actually into a DOMResult. If I use a StreamResult (to System.out) the DOCTYPE is there but if I use a

Réf. : What to do with xml-apis.jar?

It 's for Xalan the libarary used to execute X-Path requests on XML trees and to process XSL stylesheets. Frankioski@(protected) tscape.net Pour xerces

What to do with xml-apis.jar?

I 'm new to struts. I use MS Windows 2000. I downloaded the zipped binaries from http //jakarta.apache.org/builds/jakarta-struts/release/v1.0.2/. The installation web page http //xml.apache.org/xer

xml.serialize.OutputFormat and preserveSpace

Hi I am having some problems serializing a DOM in the format I desire using org.apache.xml.serialize.XMLSerializer (together with OutputFormat). I generally want to "pretty print " the output but d

constraining a node value based off an attribute value in xsd

is there a way via a schema to constrain a node value base off of an attribute value I have an element <Datum type "text " >any text <Datum > but if the type color it needs to be a valid rgb color <D

XSAttributeDeclaration.getConstraintType and XSAttributeDeclaration.getConst

For local attributes value constraints are on the attribute uses not the declarations. So to get them you need attrUse.getConstraintType() and attrUse.getConstraintValue() Cheers Sandy Gao Softw

XSAttributeDeclaration.getConstraintType and XSAttributeDeclaration.getConstrain

Hi there I am wondering whether I am doing something wrong in getting attribute declaration information. I am using Xerces 2.3.0. If I have a schema like <?xml version "1.0 " encoding "UTF-8 "? > <x
Page 70 of 76 Previous 10   61   62   63   64   65   66   67   68   69   70   Next 10