  | |  | Xerces | Hi
I have a program that reads an XML configuration file and in that
file are various character entities. For example
<pair from "Ò " to "& lsquo "/ >
This is used to translate a I 'm using this code to transform xml using and xsl file
TransformerFactory tFactory TransformerFactory.newInstance()
Transformer transformer tFactory.newTransformer(xsl)
transformer.
Hi All
I apolosize if this question has been asked before!
ProcessingInstruction node is not being created when I serialize the XML using XMLSerializer. I want to insert the PI before root ElementHi
when I am trying to move all the child nodes from one Node to another
Element it moves only the text nodes and skips all other nodes. I have
attached below the relevant part of my code please
a couple of build problems in trying to build xerces 2.4.0 from
the source tar ball on a red hat 9 system.
1) first after unloading the xerces tar ball itself the README
claims that you shoul
In an earlier message I said
> Hello!
>
> I have a document that starts out like this
>
> ---- cut here ----
> <?xml version "1.0 "? >
>
> <!DOCTYPE observation-set [
> <!ENTITY copy "© " >
Hi
I feel that Xerces might not support getting occurence constraint in
elementation declaration. For example in
<element name "a " type "aType " minOccur 0 maxOccur unbounded >
how to get the
Hi
I am curious about the mechanism that Xerces validates an XML document
against schema. For example there is only tag in XML data however the
elemement name might be associated with a type deHello
I created an XercesDomParser. After I get the value of a node with
XMLString transcode(m_nodeList- >item(0)- >getFirstChild()- >getNodeValue())
it does not substituue &apos with " ' ". Which paHi
today I checked out the xml-xerces module from CVS.
Then I tried to build Xerces-J with DOM 3 support (build jar-dom3). But
unfortunately the compile failed with the following error message
Hi eveyone
is DOM3 's Document.normalizeDocument() is the only way to validate
changes in document or there 're other ways as well?
--
Hello
I 'm using a SAX parser to scan incoming XML and for select structures
build a DOM for manipulation. I 've run into a little snag when it comes
to the incoming entities being expanded into thi
I have a project and want to read some file and generate Java class files from it.
Hi
I am wondering the way to examine XML Schema and retrieve useful
information to build my own representations of the Schema for my
application. Specificially I wish to extract the child(childrenWhen using a SAX Parser one can read preprocessing instructions by
implementing a handler but how are preprocessing instructions fetched when
using a DOM Parser?
Thanks
Rob
<!DOCTYPE HTML PUBLIC "Hi there
I am parsing a very big xml document(1.2 gb) using Xerces SAX Parser. It
takes more than 15 minutes before it actually starts thorwing start element
and end element events. Since this is noHi
In the DOM sructure many empty text nodes appear
probably one below each structure (element attr
etc).
Is there anyway I can prevent them from occuring in
the structure ?? Or can I remove t
Hello!
I have a document that starts out like this
---- cut here ----
<?xml version "1.0 "? >
<!DOCTYPE observation-set [
<!ENTITY copy "© " >
] >
<observation-set
xmlns "http //www.ecet.vtc.
Hi
After getting the DOM by parsing the XML document
is there any way by which I can change the TagName of
any specific element ??
Thanks
Rahul
i was trying to tell xerces about schema (*.xsd) used to validating xml doc
why this error happen guys ?
java.lang.StackOverflowError
at org.apache.xerces.impl.xs.XMLSchemaLoader.processJAXPSchemaSoHello all.
I 'm using Xerces 2.4.0 on Linux and am having no luck getting the SAX
parser to enforce XML Schema identity constraints using the default
namespace.
On the other hand if I specify an Hi
I 'm currently experiencing a strange behaviour when using Xerces to serialize a XML document for some reason the " > " character does not get escaped to "> " when adding it as attribute or ele
Hi
I am trying to use xni to cache xml schema grammars. The xerces
documentation mentions that active and passive caching of schemas are both
possible as long as there is an an instance of the X
Hi All
I need some help in figuring out this issue. I think as per JAXP 1.2
specification the defined parser behavior makes it difficult in the
below case.
Case Validate an XML deployment descripThis should be really straight forward but I seem to be missing something.
I need to be able to specify the schema location for various namespaces when
creating a DOM (and later validating it in memorHi
I am encountering the following exception when trying to use xerces in an applet which is launched by a browser. It looks like xerces tries to access a system property (entityExpansionLimit) which I would like to get access to the grammar for a schema after I have
parsed a document conforming to said schema.
Sandy Gao stated in a previous thread that the two methods of getting at
the inforHi
Having a DOM tree what can be the easiest way of assigning a unique ID attribute to each node? What if I want to assign to each node its height as well?
Regards
Rahul.
Hello
I 've tried to submit the following bug but the forms are just too complex
and I couldn 't understand (everyone has it 's limitations) how to send an
attachment example so I 'm sending it here.
 |
|
 |