  | |  | Xerces | Hello All
Do you know whether DOM internalizes its node names and character
strings happen to be found by parsing multiple xml files? If not do you
know a way that DOM can internalize all its xmlHi
We have an application which loads its configuration from an xml file.
It uses a dedicated xml thread which reloads the conffiguration.
Sometimes that xml thread is hanging in DOMParser.parse()Hi
When I try to validate an XML document I have to set the Schema Location
property of the parser
with an URI as the value.
I have a question about this URI value.
When I have a java File object IHello
I am trying to upgrade from an old version of xalan.jar that contained
org.w3c.dom.xpath package - XPathEvaluator etc. The 2.6.0 examples and
API still use that package but the downloaded jarHi
can anyone tell me the secret of getting Xerces-J to perform full schema validation
in particular to check Identity Constraints.
This is my code (hand copied so may have typos)
DOMParser parse
Hi
I am wondering how to validate a xml data fragment against XML schema
using SAX in Xerces. For example I have two schema schemaA.xsd and
schemaB.xsd and the XML document is like
<A >
...hi i could not find class definitions of
org.apache.xerces.... packages. they are not in
standart xerces apis. thanks.
I just can 't figure out what the problem is here but I assume it is
some namespace problem.
Here is the Error and below is the Instance Document with the Schema
and finally the Method where I Benjamin Jones wrote
> XMLReaderFactory.CreateXMLReader( "org.apache.xerces.parsers.XMLParser ")
> in an applet it throws a "ClassNotFoundException " despite the fact I
> can load the class and ins
Hi
Please excuse what is likely a chronic newbie attack but I can 't find
anything about this in the list archive.
I 'm using ANT 1.6.1 to validate a test XML file against a test XML Schema
(XercHello
We 're using Xerces SAX2Print version 2.5.0
(xerces-c_2_5_0-solaris_27-cc_62) and have run into a problem with a few
"high value " unicode characters. What we would like to do is validate thIs there some way to get the XML declaration to act like a standard
processing instruction so I can handle it with the processInstruction
callback? I am talking about the line
<?xml version "1.0 " When I invoke
XMLReaderFactory.CreateXMLReader( "org.apache.xerces.parsers.XMLParser ")
in an applet it throws a "ClassNotFoundException " despite the fact I
can load the class and instantiate it uHi
Is there some way to preserve whitespace including line feeds in attribute
values?
They are always reduced to a single space. I know it is supposed to do this
but isn 't there some way to work Hi
XSModelGroup has method getParticles() which returns a list of particles
within the modelGroup. If one of the particles is a group reference
getParticles() seems to return the particles within tIs there any interface to retrive the xsd documentation 's context
after the following schema is parsed ?
<xsd annotation >
<xsd documentation >
some information
</xsd documentation >
<xsd appinHi All
I was trying to parse an XML file using xerces-J
latest version and got the invalidByte exception
the problem has to do with a character "superscript 3 "
with unicode 0xb3. I thought this is I upgraded an old version of xerces (from 1.4.3 to
2.6.2) and I started having problems when I parse the
same xml ( org.xml.sax.SAXParseException Content is
not allowed in trailing section.)
I underHi
I 'm reading in an XML doc (with JDK 1.4.2) and want to get hold of the
document encoding 'value '. I 've currently got a URL and I 'm reading it as
per
docElement builder.parse(url.openStream()).Hi there
My problem is somehow related to Xalan but the core of it lies in Xerces.
My squestion is how to set SAX feature from file? I would like to use
already implemented in Xalan XSLT processor (Time for another installment of the CyberNeko Tools for XNI!
Recently the ObjectFactory utility class from Xerces was
removed from the util package and placed as a non-public
class in each package tWhen I try to make an XML Reader using
XMLReaderFactory.CreateXMLReader(vendorClass) I have the following very
specialized problem.
(a.) The vendorClass (in this case "org.xml.xerces.parsers.SAXPaHi
This is a common problem with applet. Even if you try to use JDBC you will face the same class not found exception. All you have to do is pack all the required jars together with your java classThis following code generates a ClassNotFoundException but only from an
applet and only on line 10. This seems to imply that the search path
for classes given as a string in the argument of CreatHi
I see the org.apache.xml.serialize.HTMLSerializer class is deprecated in
release 2.6.2.
Can anyone tell me what the recommended replacement is?
[NB Perhaps it would be nice to add this info to
Hello Xerces
I was wondering whether there is a roadmap regarding DOM3 in Xerces?
Currently to get DOM3 support you have to build some jars yourself now
that the specs are (candidate) recommendendHi
I am doing schema validation of an xml. I need to find out the specific
element tag or attribute which did not pass the schema validation.
Please could somebody give pointers for this.
thanks
nHi. Anyone know how to find the namespace url for the following element?
<foo >bar Hello </foo >
Is this even valid? Will Xerces treat the bar as the namespace?
Thanks.
Hi everybody!
I 'm new to this list and quite new to the whole xml stuff so please forgive
if this question sounds stupid to you.
I want to write an application that allows guided editing of xml files Hi again )
I 'm using following code to serialize document
OutputFormat of new OutputFormat( "xml " "UTF-8 " false)
XMLSerializer ser new XMLSerializer(of)
ser.setOutputByteStream(output_strea |
|
 |