  | |  | Xerces | Is it possible to have Xerces give each "record " in an XML document a
unique key? Anyone have any good ideas for implementing something like
this in Java?
Would it be easier to do this inside the JavHi
I am trying to use the property
"http //apache.org/xml/properties/dom/current-element-node "
but everytime it returns a null node (or gives
SAXException ). I am unable to figure our the problemHello all
I am trying to parse XML document using namespaces. These XML documents do
not contain any shema location.
Is there a mean to describe somewhere what is the mapping between
namespace and
We are having a problem validating a schema that
includes another schema. We are having problems with
namespaces in general.
We are not able to validate the following xml schema
using Xerces 2.4.Hello
I 'm trying to use Xerces 2.4.0 under PJava 1.2a (which is essentially
JDK 1.1.8 with the Java2 security model thrown in plus or minus some other
things). However I have run into a problem whI have to write a program that will fetch the encoding information from XML
files
<?xml version "1.0 " encoding "UTF-8 "? >
and verify that all encoding is set to UTF-8 my early trials using SAX has
Hello
I have a schema (in file 2.xsd) that imports another schema (in file 1.xsd)
and an instance document like this
<?xml version "1.0 "? >
<outer xmlns "http //localhost/test-2 "
xmlnHi
In the XML Schema Formal Spec http //www.w3.org/TR/xmlschema-formal/
there is a proposed naming convention to refer to XML schema components
http //www.w3.org/TR/xmlschema-formal/#section-overvHi
I want to scan a given DTD to get the "set " of
combinations of elements that can be children of a
given element. Any suggestions on how can it
be easily done .
Thanks
Rahul
Hello again
In my code I 'm following exactly the lines of code presented in the sample
code for JAXP.
My code includes
1. Instance of DocumentBuilderFactory
2. setNamespaceAware true
3. setValidat
Hi all
Have you any plans to implement
1) in Document Impl
void renamedAttrNode(Attr oldAt Attr newAt)
void renamedElement(Element oldEl Element newEl)
2) MutationNameEvent
3) Changes to EvIf you are a Xerces user or developer you may be interested
in the public review release of JSR 173 the XML Streaming
API.
In the past couple years streaming (or "pull parsing ") APIs
for XML proce
Hi
In my Java program I was trying to initiate a DTDGrammar.Below is
the part of my code ....... I cant understand why the grammar doesnt
initiate probably I am missing something.
Please help.
SyThis is somewhat OT but I can 't seem to find an answer to this anywhere
so hopefully someone here can shed some light on the situation.
In my javadocs for my app I have linked to the DTDs used. IfHello
I’m encountering a problem in parsing an XML document using the J2SE 1.4
DocumentBuilderFactory (Which should support JAXP 1.2).
Background
I have created a well-formed XML document that isXerces Members
I am having a problem parsing an xml instance that contains in imported xml
schema. I have set the parser to look for the xml schema locally via the
external schema location propertHi all
I am trying to find a way to set the owner document of a node to the
one I want. Is there any proprietary way to do so?
I would appriciate any help.
Regards
George
I 've been getting a strange bug from xerces - when I parse an xml with an
attribute that does not conform to the pattern defined in my schema
the parser just gets stuck and won 't proceed after the pa
Elena
re Applying patches from Venu (k.venugopal@(protected)) for bugs 20429
and 20431
You have applied the ' ' vs. instanceof and equals() patches to
DOMBuilderImpl and DOMConfigurationHi
I know my question is very basic but i just need some clarifiactions.
I am using jdk1.4 and xerces2.2.1
As xerces bundled with jdk1.4 I don 't want to use that. So i have put xercesImpl.jar filHi
I 'm examining the grammar from a schema and am able to get all the complex
types element declarations etc. but for some reason the grammar does not
contain the annotations (i.e. the getAnnotatHi
I have successfully read in a grammar (from my understanding that would be
nothing more than a XML schema file) and am able to get a list of the global
elements complex types etc. but I have notHi
we are using xerces to read xml schemas.
it does a great job for us except for Annotatons
http //www.w3.org/TR/xmlschema-1/#cAnnotations.
I have the impression that the getAnnotation() ImplemHi
We need to cache schemas but there may be multiple versions of schemas for
the same namespace. Since caching is done on the namespace basis we 'll need
to maintain multiple schema caches. How woHi
This has already been proffered but I just checked the archives and they are
not available.
Does anyone know where I can get some code sample to "introspect " schemas? I
need to introspect a sche
Hi
I am new to Xalan. I am trying to use Xalan to get a complete path
for a given XPath expression. For example for a given XPath expression
like /A//B/ and XML document foo.xml I am looking forHi
Perhaps this issue has been discussed on the list but the archives aren 't
available so I have to post. Here goes...
I am trying to use what is called 'active ' schema caching as demonstrated
byHi All
I am reading xml schema from a jar file and trying the validate the xml with the schema If I give complete path in the xsi noNamespaceSchemaLocation it works fine but if I give the relativ
Hi
If I am not wrong then xerces might be converting the DTD into some
data structure or some other convenient form to use it readily. Can anyone
tell me how is it stored and the name of the
Hi
The current DOMConfiguration functions do not support primitive data
types
public interface DOMConfiguration {
public void setParameter(String name
Object v |
|
 |