  | |  | Xerces |
Hi
This might need to be posted in xalan list however I couldn 't deliever
there. However it looks like a java question. I feel sorry if it bothers
you.
I got following error when I sent my codeI 'm having trouble with some values of the anyURI datatype since
installing release 2.5.0. The problem seems to be connected to the
length of the anyURI value as opposed to its form or content.
I Dear all
I would like to parse a xml document and serialize it with entity references
not replaced...
I 've seen in the xerces ' doc that by defautl feature
"http //apache.org/xml/features/dom/creaIs there any way I can capture element building "events " of some sort in
the JAXP DocumentBuilder or in the Xerces-J Implementation of that
Builder? Basically I need to know when certain elements aI 'm trying to write a JSP/XSL based xml editor for our project. For some
time I 've been actually parsing the schema externally and looking up the
info needed to determine what attributes and child eHi all
I found that we were mixing cases in the keyref tag sometimes saying
keyref other times keyRef. But correcting this did not make a difference
to Xerces. I 'm attaching the schema and a sam <!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 text "#000000 " b
HTML DOM Level2 has been a recommendation since January 2003. Is there any
plan currently to implement this spec in Xerces2? Since it supports both
HTML and XHTML this would be very helpful to bHi all
I have an application that only needs to read preprocessing instructions
from an XML file. Since I am only interested in Processing Instructions
when I encounter the start element I throw aI am somewhat confused by the following snippet
----
| 1 Node currentNode
| 2 Document doc createDocument()
| 3 NodeList elementList doc.getElementsByTagName( "element " )
| 4
| 5 if ( elWe 've been developing a schema that uses keys and keyrefs for internal
consistency. We developed it using XMLSpy 's parser where it validates
documents without complaint. However when we moved to XHi All
I want to know if there is any way to change the schema at runtime.
What I mean is for eg in the following extract the maxlength is set to 32767.
<xsd element name "description " >
Hi
I need to validate some XML documents against schema that imports some
other namespaces and use them to construct some more complex types that
include types from those namespace as well.
NDoes anyone know if W3 has any plans to have the DOMConfiguration
interface implement some form of iterator? I prefer not hardcoding
properties.
I could easily extend the object myself just curiousHi all
When i have some enity like { ( say ) . and now the equivalent unicode
is not a valid ISO-8859-1 but whn i parse the xml though the parser is in
validation mode its not throwing an erroRay thanks for the answer.
I headed for the bookstore today and got myself a copy of Doug Leas ' book.
The BoundedBufferWithSemaphores class is exactly what I implemented just
way better done. The pHi!
I am looking about this topic with google now about 2 days but did
not found any documentation which explained it to me ...
I want to assign an XSD Schema to my XML and present it afterwards
to Hi Joe
thanks for your response I hope the following this is not asking too much
but I am new to Xerces. I have had a look at the API but I am at a
bit of a loss in how to do what you suggested. Hi all
suppose i have the follwing entity in my xml doc.
″ ′ and say one more enity
and if in my DTD i have the first 2 ″ ′ entities defined abd
the last one iHii all
Having a some problems with xerces DOM parser.
I have an xml
<!DOCTYPE country SYSTEM "country.dtd " >
<country name "AU " >
<state name "NSW " > </state >
<city name "dummy " > </city >
</countryHi
I 've been developing using Xerces 2.4.0 and have successfully completed xsd
validation with schema in my application.
However now that I 've moved it to our test machines I 'm getting the
followHi all
how can one create a document from a DocumentFragment NodeList or source
Node.
Regards
Marco
Hi all
I got stuck in a problem I simply can 't handle anymore - maybe someone has
experienced a similar situation.
I have a java program (tried with VMs from 1.4.2 to 1.3.1 on WinXP) that
uses se
Hello
I 'm just starting to use Xerces to manage (parse and generate) XML file.
I use Xerces 2.4 to generate XML file.
My code is very common I think
...
Document xmldoc builDear all
I would like to use Xerces in order to validate a very simple document against a DTD
Here 's my XML document to be validated
<?xml version "1.0 " encoding "iso-8859-1 "? >
<!DOCTYPE CatalogI 've just released a new version of the CyberNeko Tools for
XNI. Some of the changes in this release are
* CyberNeko HTML Parser
* implemented scanning of doctype declaration
* implemenHi
I have a servlet that receives SOAPMessages like the following
<SOAP-ENV Envelope
xmlns SOAP-ENC "http //schemas.xmlsoap.org/soap/encoding/ "
xmlns SOAP-ENV "http //schemas.xmlsoap.org/When Xerces (using PSVI DOM) validates an element foo whose type is from schema A and that element has some content element bar (in A 's target namespace) whose type is from schema B imported by schemaHelp me understand what I am doing wrong. Here 's a small example
of two document which as far as I can tell conform to the
given schema. One (good.xml) uses a default namespace (no prefix) while
I have an existing document to which I am trying to add a
DocumentFragment to. It 's failing with the following
----
| org.w3c.dom.DOMException HIERARCHY_REQUEST_ERR An attempt was made to insert |
|
 |