  | |  | Xerces | Hi
I am using the latest Xerces API from Apache. I create a document and then
create some elements and set some attributes by using
Document.createElementNS() method and Element.setAttributeNS(). NoHello everybody
I get some strange things when I try to parse the next XML with the Xerces
parser
<STTM >& </STTM >
The result is <STTM >& </STTM > (just the same) instead of <STTM >& </STTM >.
ThHi
We have an application where we are processing a fairly flat xml doc of the
general form
<foo >
<foo-data >This is fubar </foo-data >
<fubar-data >This is also fubar </fubar-data >
<foo-bar1 >
Hi all
Elena and I were just looking over the proposed final draft of JSR 173
which is apparently up for final approval
ballot voting in little more than a week. A few things jumped out ratheI 've been trying to rewrite the jazilla parser code so it doesn 't run
through JTidy when XML or XHTML is detected.
This is the code
public void parse( InputStream input ) throws Exception {
Hello
I built a simple application that parses an XML document (using
JAXP1.2) modifies it using DOM and saves the changes.
After this process is completed the file includes everything but the
DTDHi
I am using Xerces 2.5.0 to create the following document
<?xml version "1.0 " encoding "UTF-8 "? >
<myns root xmlns myns "http //www.ascertia.com/xml/ " >
<myns element1 >text1 </myns element1 >
</m
Does revalidation means reparsing ?
Can xerces revalidate a DOM tree without reparsing it?
Cause performance is concerned.
Gloria
It seems to me that the following isn 't possible with the xerces API am
I wrong?
I would like for example to validate a document like
<date >1999-05-31-05 00 </date >
against an XML Schema that Hi All
I am new to XML XSLT schema so please bear with me.
I have been assigned to build web application that needs to alter many
3rd party defined XML data structures. I would like to take a 3[ Disclaimair this is OT because it pertains to a xerces-c usage
issue but unfortunatly there 's no xerces-c-users mailing list. I 've
already sent this mail to the xerces-c-dev mailing list but
Dear all
I need to validate an element aganist schema rather than the whole document.
For example there is an SOAP message with element <key > as subelement.
and there is a key.xsd fikool
t-systems.m.renz@(protected) wrote
>Ich werde ab 15.09.2003 nicht im Büro sein. Ich kehre zurück am
>06.10.2003.
>
>Ich werde Ihre Nachricht nach meiner Rückkehr beantworten.
>
>
>Ich werde ab 15.09.2003 nicht im B�ro sein. Ich kehre zur�ck am
06.10.2003.
Ich werde Ihre Nachricht nach meiner R�ckkehr beantworten.
I am having trouble validating a UCCnet 2.2 XML document using Xerces. The
document validates fine under XMLSpy 4.4 but I am receive validation errors
both with Xerces 1.4.4 and Xerces 2.5.0. See beHi!
I seem to have found a strange behaviour in Xerces-J 2.5.0 while
experimenting with the xni-sample XmlGrammarBuilder. Here is my
simple test data
1. the DTD
<!ENTITY copy "© " >
<!ELHi All
We 're using Xerces 2.5.0 and have run into a problem with signing
xercesImpl.jar.
The original xercesImpl.jar (as downloaded from the apache site)
contains a directory META-INF/services/ whiI posted this question to xerces-j-dev but got no response so I 'll
try here. Sorry if you 've seen it before...
Please. I need an answer from somemone who knows better than I here goes
Without sI would like to know if it is safe to share a single XMLGrammarPool
instance among several parser instances.
Obviously this won 't work if the Grammar objects returned by the
XMLGrammarPool aren 't MT-I am trying to parse a schema I can learn about it via the xni and psvi api
using Xerces-J version 2.5. However the schemas that I need to parse import
other schemas from local disk files (a relativeIt looks that there are problems with handling Windows UNC path (a path in the format of \\computer\share\filename). I would like to seek help on how to solve the problem.
For the DocumentBuilder.paI periodically receive a set of documents that specify a DTD through a
public identifier in the DOCTYPE. I get them from someone else. I don 't
have the DTD and don 't need it. I just want to parse
Specify the JAXP 1.2 "schemaLanguage " property to XML Schema.
HTH
Sandy Gao
Software Developer IBM Canada
(1-905) 413-3255
sandygao@(protected)
Is the following valid xml?
<?xml version "1.0 " encoding "UTF-8 "? >
<!DOCTYPE server >
<server >
<classpath codebase "lib " archives "* "/ >
</server >
Xerces DOMParser will not read past the <server > taCan one configure the parser to allow a DTD internal or external subset to
be used to define entities while an XML Schema(s) is used for validation?
If so what set of parameters need to be specified
Hi
I am trying to parse an UTF-8 encoded document (which has lots of
UTF-8 characters) using Xerces SAX parser. I am running this program on Sun
Solaris box with JDK 1.3.1_05. I save the daHi all
I 'm looking to pre-load a schema into the parser and validate an XML file
against that schema regardless of the file 's NoNamespaceSchemaLocation.
It looks like this might be possible from th
I just noticed that org.w3c.dom.html.HTMLDOMImplementation exists in the
xercesImpl.jar and not the xml-apis.jar. I realize that the HTML DOM
interfaces in xml-apis.jar are part of the HTML DOM Le
Hi
Is there a means - standard or otherwise - to trace a DOM node to its line
number in the XML source?
I assume this is parser-specific. I use Xerces 2.5 - possible?
Thanks very much
Chris
-Hi All
Is there a way to validate only parts of documents e.g. document fragments
whose roots are global elements? This would be very useful in the case when
a small update is done on a very large  |
|
 |