  | |  | Xerces | The following issue has been updated
Updater Lucian Holland (mailto lefh@(protected))
Date Tue 4 May 2004 10 15 AM
Comment
Looking at this issue again I have realised tThe following issue has been updated
Updater Lucian Holland (mailto lefh@(protected))
Date Tue 4 May 2004 9 30 AM
Comment
Proposed patch removing "optimisation " from disThe following comment has been added to this issue
Author Lucian Holland
Created Tue 4 May 2004 9 17 AM
Body
I have experienced a very similar issue and I believe that the Hello
According to the W3C recommendation an XPahEvaluator object could be
obtained by a cast of a Document implementation if the DOM
implementation supports the DOM 3 XPath feature.
My DOMBerin Lautenbach wrote
> All thoughts welcome! I 'd very much like to understand what everyone 's
> feelings are in relation to making Xerces (and the other sub-projects)
> TLPs.
I 'm in suppor++Any Xerces developers or users
Can anyone answer?
Thanks
Jeehong
----- Original Message -----
From Jeehong Min
To xerces-j-user@(protected)
Sent Tuesday April 27 2004 1 12 PM
Subject Base on XML spec. its invalid to have "-- " in the XML comment section.
My question is when I use Xerces to create a comment with "-- " in it and
then write the Document to XML (see code below) is the
Hello
I am getting a Schema Validation failure using Xerces 2.6.2
with JSDK 1.4.2.
My Schema is like this
<xs group name "Input1 " >
<xs sequence >
<xs element ref "dog " maxOccurs "1 " minOccuHi
We are getting the following error very intermittently (under heavy load?)
making it almost impossible to reproduce.
The XML is valid (checked with XMLSpy) but Xerces occasionally does not
valiHi!
I 'm trying to parse some xml documents from a zip stream.
The problem I 'm having is that the zip stream is closed after parsing the document in the first zip entry.
I am using a DOMParser
InputS
Hi
I am wondering whether there is a way to manipulate the schema automata
during the validation. Here is what I am thinking about when the parser
sees a tag which is not validate against the scheHi all
I 'm having some problems with parsing XML with JDOM.
What I want is to filter out particular elements in the XML the sample XML
looks like this.
Thanks in advance.
Yang
<CATALOSandy et al
I have a XSComplexTypeDecl that represents the following complexType in the schema.
<complexType
name "ArrayOfshort " >
<complexContent >
<restriction
base "soapenHi All
I just want to know the iteration functionality in xsl.
for example similar to the following ...
for(int i 0 i <10 i++){
}
or how do i achieve that functionality ... is there any workarOk here are is what I am doing
protected static final String FEATURE_NAMESPACES
"http //xml.org/sax/features/namespaces "
protected static final String FEATURE_VALIDATION
"http //xml.org/saxDear Distinguished Colleagues
I am having a number of schema validation problems with Xerces but
let 's discuss them one at a time.
The first problem is this.
I have a constant defined
protecteHi
To install Xerces on my own development machine is it simply a case of
copying the jars into jdk/lib/ext and also into jdk/jre/lib/ext?
Equally to deploy on a target machine is it simply copyHi All
I have one xml file mention below ...
I want to generate the PDF in the same order .... (i mean first paragraph text table and paragraph....)
<paragraph > This text is displayed with Hehi
under samples\sax dir I copied Writer and
AttributesImpl to a different directory deleted
package commands and compiled them. try to run with
personal.xml and get the error of "unable to
instantiaHello
is it possible to print out the error messages from the SAXParser of
Xerces in german language instead of english?
I 'am writing a tool which checks the wellformtness of a xml document.
TherApologies for what is probably a Java-101 question
How can I get a SAXParser to use a string instead of a file as its
inputsource?
Thanks
Roy
.. just a quick thank you to all who replied. Most appreciated. Roy
In preparsing this schema which contains an unresolvable namespace
<schema xmlns bogus "http //hyperspace/ "
xmlns "http //www.w3.org/2001/XMLSchema "
targetNamespace "http //Hi
I am writing a Java application for which I would like to use an xml-based
configuration file.
All I want to do is read in the file and then extract the values for the
various configuration para
How can I validate a valid XML document that does not have reference to schema?
<A >
<B name "john " >Text goes here </B >
</A >
Here is the schema I want to validate with the above xml
<xs schema xmHello everybody
First of all what I 'm doing I 'm creating a java gui that takes xml schema
and corresponding xml data as
input. From this input a menu is created with the xml schown as submenu 's
anHello
I am using xerces 2.6.2 and I am trying to preparse a schema. Here is the test code that I am using
import org.apache.xerces.xni.parser.*
import org.apache.xerces.parsers.*
import org.apaI am using Axis in combination with Xerces to connect to a .Net web service.
I get a response correctly but Xerces throws a "Content is not allowed in
prolog " exception when parsing. I believe this is |
|
 |