  | |  | Xerces | Hi
When I call the getAttribute(String) it converts any line breaks to a white space. Is there a way the line breaks can be preserved?
Hui
----+----
This email message (and any attached document Does anyone know when the archives of the Xerces-J user and developer mailing lists will be made available? Both of the archive sites
http //xml-archive.webweaving.org/xml-archive-xerces-j-user/ andHello
Forgive me for asking such a basic question but I can 't find an example or documentation that shows how to do this. I am constructing a DOM tree and need to have the degree symbol appear wiHello
what is the difference between
Xerces 2.2.0 xmlParserAPIs.jar and Xerces 2.3.0 xmlParserAPIs.jar?
Packages like dom/views dom/stylesheets dom/css xml/transform/.. have been
added. What areI understand we can use xerces to build parse and validate
XML. At least that 's what I have been using it for up to now.
Now I need to know if it also support or contains an extension
to "build theI want regular expressions for valid element names
element text attibute name attibute values. Let me
know if the following are correct
element and attribute name -
^[a-zA-Z_][a-zA-Z0-9
Given the following snippets from a schema definition ( look in
particular on the element name "Details " .. )
<xs complexType name "responseStatusType " >
<xs annotation >
<xsHi All
In my schema I use an attributeGroup schema component which is then
referenced from the declaration of complex types. The attributeGroup has a
namespace URI and local name. However the PSVI
Dear all
I have a question about special characters and XML.
My incoming XML messages contain character references that are
automatically converted to the correct string and stored in my databas
Is there some way for to check that the schema file that the user specified
in the input XML is the one I want him to (preferably a deeper check than
just checking the schema filename)?
Thanks
Ron.
Is anyone aware of any problem using Xerces 2.2.1 with JDK 1.3.0 instead
of JDK 1.3.1?
Planning to use Xerces with Apache SOAP on SunOne WebServer 6 which
does not seem to support 1.3.1 ... onlyXerces release Xerces 2.3.0
Problem
I 'm using the following code
....
documentFactory.DocumentBuilderFactory.newInstance()
documentFactory.setAttribute(schemaLanguage schemaNamespace)
document
Having said that ... the following still works
the following xpath expression
//mm100 MM7Version
works against
<SubmitReq
xmlns "http //www.3gpp.org/ftp/Specs/archive/23_series/23.140/sch
Does anyone know at least which XML files in Tomcat 4.1.x ( using 4.1.18
) is Xerces 2.2.1 complaining about?
Jesus M. Salvo Jr. wrote
>
> http //nagoya.apache.org/bugzilla/show_bug.cgi?id 13282Hi
I 'd like to know how I can activate or checks thant the incoming XML
file fulfill the given DTD and If the result is success applying my
xslt to it.
I 'm using Xerces Xalan.
Thanks for your Hi all
I wonder what I am doing wrong
I want to validate the following XML file
<ROOT xmlns xsi "http //www.w3.org/2001/XMLSchema-instance "
xsi schemaLocation "http //localhost 8080/axis http //
How do you create a element with a namespace without any prefix
something like this (?)
<Response xmlns "http //mynamespace.org " >
<Status >100 </Status >
</Response >
With the following code
I 'd like to know How I can check the validity of an XLM file according
to a given DTD.
Thanks for your help.
Regards
Pascal Miquet
Offtopic
Just wanted to know if there is any XML parser API
implementation other than from microsoft(ie.
msxml3.dll kind)to be used in windows applications?
There is more than one in java but for JAXP + Xerces 2.2.1
DocumentBuilderFactory docBuilderFactory
DocumentBuilderFactory.newInstance()
docBuilderFactory.setNamespaceAware( true )
docBuilderFactory.setValidating( true )
http //nagoya.apache.org/bugzilla/show_bug.cgi?id 13282
Can anyone confirm that the above bug has been fixed in Xerces-2.2.1?
What 's the best course of action?
The reason I ask is that when using Hi
I am trying to create XMLDTDLoader with my own XMLEntityResolver. Even when
I specify
dtdLoader.setEntityResolver(myEntityResolver)
it doesn 't call my entity resolver (. MyEntityResolver class I am having a problem importing the xerces 2.3.0 source into VA Java. It
doesn 't seem to like the private constructor for
org.apache.xerces.impl.xs.SchemaGrammar which is implicitly invoked by it
innHi
I encountered exception while trying to read a xsl
file in https environment. I am using xalan.jar to
transform a xml. Xalan internally uses xerces to read
the xsl which is used as input for the Hello
Here are two requests hitting our WS. The only differences are on
"typing " each sub-element of the TruckEnqui element.
<?xml version "1.0 " encoding "UTF-8 "? >
<soap-env Envelope
xmlns soap-envHi
I 've noticed that the package org.apache.xerces.impl.xs.psvi is deprecated
in Xerces 2.3.0. Is there a replacement for this code? I 've got some code
here that relies on these classes so what do using Xerces 2.2.1 the following code throws a null
pointer exception from somewhere inside the DOMParser.
XMLParserConfiguration config
new CSVParserConfig( )
org.apache.xerces.Hi
I 'm trying to find out the best way to compare 2 DOM trees. Do i have to just walk the tree the do the comparison myself or is there an easier/better way. I 'm mostly interested in a structural coHi Neil
We 're using JDK 1.4.0. Here 's the debug info
java.lang.ClassCastException org.apache.xerces.impl.dv.xs.ListDV$ListData
at
org.apache.xerces.impl.xs.XMLSchemaLoader.processExternalHints(XI 've released an update for the CyberNeko Tools for
XNI so that the existing tools can be compiled and
used with the newly released Xerces-J 2.3.0. It can
be downloaded from the following URL
htt |
|
 |