  | |  | Xerces |
I did some experiments by creating a small XML input file
and stylsheet and here 's what I 've found. The transform rules
are applied successfully in the following cases
- xalan command line
- cThis has probably been asked before but the archives seem to be
offline.
I 'm trying to follow the recipe in
http //xml.apache.org/xerces2-j/faq-dom.html#faq-7 but I don 't seem to
be able to set t <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN " >
<html >
<head >
<meta http-equiv "Content-Type " content "text/html charset ISO-8859-1 " >
<title > </title >
</head >
<body >
Hello <br >
<br >Hi
I need some advice on how to deal with a problem that I have
encountered trying to use xerces to parse external entities
in multifile documents created by Arbortext 's Epic editor.
The documentsHi
Do you know of any xni-pull parse techniques article on the web?
The doc brings not so many information
Thank you
Bruno Sanz
Hello
I 'm trying to implement the DOM API to load WBXML the thing is I want to
Load the WBXML tree (DOM) in memory without having to convert it to XML
I 've been trying for a long time to do this Hi
I have to validate many XML documents against a XML schema that is always
the same. I use the following code to do the validation for each XML
document
// Get document builder factory and set iHi
Given a DOM tree I would like to check the validity of the
subtree of a given node by the parser. One way which I can think of is to
write the XML document corresponding to it and then paHI!
We ran into another namespace problem after switching to Xerces 2.4.0. We are searching a node with Xalan 2.4.1 and then output the node as string. Xerces 2.4.0 Serializer does not provide the fuHI!
Thanks for the clarification.
Regards
Thomas
> -----Original Message-----
> From Elena Litani [mailto elitani@(protected)]
> Sent Montag 26. Mai 2003 16 35
> To xerces-j-user@(protected)Is there a way to specify a specific XML schema in the parsing code?
I 'm trying to avoid putting a lot of error checking into my Java code
by reusing the XML schema. It works fine if they specify thHi Thomas
As Sander points out your code does not set the value of xmlns
attribute.
Just to clarify the difference in behavior for different Xerces
versions in Xerces 2.0.1 the XMLSerializer was
Dear Thomas
For the second part of the test this is probably something in the order
in which the serializer handled things. Your code has a bug I think
> attr doc.createAttributeNS( "http /HI!
We used createElementNS() in 2.0.1 successfully. Since we switched to newer versions (now 2.4.0) it stopped working as expected. We have reviewed our code and changed it as suggested in http //n > I have a problem of XML schema validation with Xerces 2.4.0. it seems
> that the inclusion of an element 'choice ' with the attributs minOccurs
> and/or maxOccurs into a element 'group ' was not allowI have encountered the following problem when loading my schema as a
grammar. I have an xml file which is given as input (with no schema
specified) before parsing it I saved as a grammar a schema to I 'm trying to parse a very simple xml document with
xerces 2.4.0. Unfortunately I get the following
error
java.net.MalformedURLException
at java.net.URL. <init >(URL.java 613)
at javaHi
Code says
// Neither minOccurs nor maxOccurs may be specified
// for the child of a model group definition.
may be one of the developers can help you by pointing to the spec.
<html > <div style 'background-color ' > <DIV >Hi </DIV >
<DIV >  </DIV >
<DIV >This isn 't strictly a Xerces issue but I know people on this list will be more likely to have an answer to it than anywhere hi
I have a problem of XML schema validation with Xerces 2.4.0. it seems
that the inclusion of an element 'choice ' with the attributs minOccurs
and/or maxOccurs into a element 'group ' was not alloHi guys
I am currently using Xerces in doing some parsing and
manipulation of XML in parallel with Xalan.
I 've made some attemtps to extend the NodeImpl class from Xerces DOM
Implementati
>From a thread on xml-dev@(protected) <mailto xml-dev@(protected) >
I am having problems parsing the instance below. I am using a "| " in the
field element of the key named kActivity in the
Rhi there
how can i allow space or empty string for an element with datatype defined
as <xsd decimal > in the corresponding schema?
i tried "nillable true " attribute then different facets but it diJoseph Kesselman wrote
> >What I 'm trying to do is when the parsing is finished I scan the tree
> >and do node.removeChild(child) when child is a Text or Comment node. [...]
> > Is there a way to Yes the DOM Level 3 LS API is implemented in Xerces I am using it. Have a look at
org.w3c.dom.ls.DOMBuilderFilter. It has the API for accepting Nodes while parsing.
register it with any parser whi
>What I 'm trying to do is when the parsing is finished I scan the tree
>and do node.removeChild(child) when child is a Text or Comment node. [...]
> Is there a way to do that properly during theI 'm using the xerces2.0.0 DOMParser to parse XML files.
I 'm building a DOM tree but I want the parser not to retrieve comments
or text nodes.
Here 's my code
DOMParser parser new DOMParser()
trJake
previous discussion started (around) here
http //www.mail-archive.com/xerces-j-dev%40xml.apache.org/msg05727.html
-Arno
Jacob Kjome wrote
> At 01 37 PM 5/20/2003 +0200 Arno Schatz wrote Hi
Sorry if this is in the archives but I they aren 't available at the moment.
I am using xml files for my configuration files for an application and I
do not want to have to set up a webserver t
Hi
I have installed xerces on my PC which has created a folder named
xerces-2_4_0 in my home directory but then also on compiling any java
program it gives me error as package org.apache.xerce |
|
 |