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

SAX Parser and CDATA

Hi all I have xml file and I use SAX parser to parse it. Why is SAX parser parsing content of CDATA section? I am using default configuration of SAX parser. All I need to do is to get content of CDA

Why can 't I access mailing list archives ?

Hi When I try to access the user mailing list archive link on http //xml.apache.org/mail.html#xerces-j-user it sends me to http //xml-archive.webweaving.org/xml-archive-xerces-j-user/ but the

Testing version for XSAnnotation?

Hi I was just wondering when the XSAnnotation code will be ready for testing? I 'm chomping at the bit to use that capability and just looked in http //gump.covalent.net/jars/latest/xml-xerces2/ and

Internal Entities (in DOCTYPE) and XML Schema

Hello all I have a question about validating a document that contains both a DOCTYPE and an XML Schema. My scenerio is that I 'm producing the document in C++ and the consumer (which I have no contr

XMLPlatformUtils in Java ?

hello I am pretty new to Java and XML programming. I hope this is not a stupid question. I have thisC++ which I have to port to Java. XMLPlatformUtils fgTransService- >makeNewTranscoderFor(cuni

Problem with default namespace declaration and XSLT

I am trying to do a XSL transformation of a XML file using the class javax.xml.transform.Transformer and an external XSL file. The XSL file performs a very simple copy of the entire input to the outpu

Using ProGuard with Xerces

Dear all In the absence of working mail archives I am asking this question without checking if this was answered before. I apologise if it is the case. I am trying to use Proguard (obfuscator-shr

org.xerces.impl.psvi.XSSimpleTypeDefinition semantics

When a type is derived do the various methods on XSSimpleTypeDefinition return results reflecting the entire chain of derivation or just the lexical definition of the current type? For instance if

RE: How do i find the xerces version number from a xercesImpl.jar
    file ?

You can also look at org.apache.xercer.impl.Version. The class has a main() too. Gary -----Original Message----- From Michael Glavassevich [mailto mrglavas@(protected)] Sent Friday June 27 2003

Re: How do i find the xerces version number from a xercesImpl.jar
file ?

In xercesImpl.jar/META-INF/MANIFEST.MF line 6 says Implementation-Version 2.4.0 KAtigre@(protected) wrote >I want to find out the version number of Xerces from a xercesImpl.jar >file. > >I op

How do i find the xerces version number from a xercesImpl.jar file ?

I want to find out the version number of Xerces from a xercesImpl.jar file. I opened the jar file but couldn 't find any info about the version. Thanks Kishor

how to run the samples?

Hi all I built the src code of xercer-1_4_4 on cygwin and tried run DTDReader (in samples\sax) but I always got the error msg like "Exception in thread "main " java.lang.NoClassDefFoundError org/

entity subsititution

hi guys I have an xml document that contain the data like <data > something & something </data > the xerces parser throws an exception stating that it should contain . i knew that this is not a va

Stylesheet problem......

Hi there I am translating an XML document to HTML document. The translation works fine and the HTML page looks nice. But when I view source of that HTML page I still see XML declaration. ( <?xml ver

want SAX to tell if valid element

I 'm building XML files via a DOM tree. I can add remove elements change their values etc... and have a valid XML file regarding the DTD. No problem at this stage. But when I add an Element I don

CyberNeko Tools for XNI 2003.06.25 Available

I 've fixed some bugs in the CyberNeko HTML Parser and a bug in the CyberNeko Pull Parser. New versions are now available at the following URL http //www.apache.org/~andyc/neko/doc/index.html Enj

dom.Counter (parser doesnt instantiates)

Hi I am a beginner. I am trying to run the samples in the samples/dom directory. I am trying to run the Counter.java example. I compiled it using javac and now when i issue the command java dom.

build.sh script (Installing--file "manifest.xerces " not found)

Hi I am a beginner and I am trying to Install Xerces. I am running the build.sh script on a unix system. It runs for around 10-15 mins and then gives an error at this point. " [copy] Copying 41

Problem extracting Japanese characters in straight SAX parse

I 'm parsing a UTF-16 Japanese XML file with Xerces 2.4 with a simple class that extends DefaultHandler. I am just trying to write out certain CDATA attribute values (these are the Japanese characters)

Validating with SAX Problem

Hi all I 'm trying to validate an XML document with a Schema using SAXParser and whatever I do the document validates even when the document and schema don 't match i.e. I use a totally irrelevant

Use DTD Validation

Is there a similar property http //apache.org/xml/properties/schema/external-schemaLocation that for DTD? Basically I want to validate the documents against DTD but there no DOCTYPE defined within t

Beginner: Difficulty in Compiling DOM samples

Hi I am a beginner and I am trying to run the samples for DOm given in the folder xercers-2_4_0/samples/dom . I am using Unix system. I was trying to compile the Counter.java file in the above

org.apache.xerces.utils.regex help

Hi My intent is to parse the property file like AAAAAA BBBBBBB XXXXXX "YYYYYY " I am using the following expression which works fine with the java.util.regex package Java 1.4 (I ha

org.apache.xerces.utils.regex

Hi I am trying to find package org.apache.xerces.utils.regex but not finding in the standard Xerces-J-bin.2.4.0.zip download. Can anyone pls help? TIA Shishir

Xerces validation / xsi:schemaLocation problem

I am running up against some strange behavior from Xerces-java 2.4.0. Basically I am specifying schema locations with an attribute in the XML instance and it is not resolving the locations of the s

passing parameter to be used in src attribute of lxslt:script ele
   ment

<xsl param name "fParam " select " 'FormatterFunctions ' "/ > <lxslt component prefix "formatter " functions "fullname " > <lxslt script lang "javaclass " src "{$fParam} " > </

Derivation problem

Hello everybody I 've got a problem with Xerces when validating an XML file. Ths problem comes from the XML Schema itself although designed without any problem with XML Spy 5. The erroneous part i

Validate against XML Schema without URI

Hi how can I validate a XML document against a XML Schema where the schema isn 't available as a file or something else one could point at with a URI. Instead the schema 's content comes as a string

Best way to make XMLSerializer not encode single quotes

I 've discovered the interesting issue with taking body content that contains single quotes and serializing that into an XML document which is actually intended to be viewed as HTML. The result is th

How to get the definition from an validated instance?

Sorry in advance if this is not the right list... I wish to parse and validate an instance document against a XML-Schema definition but in addition to grabbing and using the PSVI material I would
Page 62 of 76 Previous 10   61   62   63   64   65   66   67   68   69   70   Next 10