  | |  | Xerces | <html >
I 'm not sure if this is the right list to be mailing to but any help at
all would be greatly appreciated. <br > <br >
I am trying to normalize the following XML document and am getting a
NullPoinHi
Is it possible to use a https uri like "https //xyz/schema.xsd " to specify
the schemaLocation in a xml document.
I am using (Xerces 2.0.0 ) to parse the document.
Is there any setting in Xerces Hi
Does anyone know of a class which implements EntityResolver using OASIS
catalog files (which map public ids to physical schema/dtd files)?
This basically allows a configuration file like
!DOCTHi all
I am having a problem creating a DOMParser within a Java Servlet. I
have the following code
import javax.servlet.*
import javax.servlet.http.*
import org.apache.xerces.parsers.DOMParser
Hi all
I am currently triyng to validate W3C VoiceXML documents under many XML validators.
The current schema has been validated without errors on Xerces-J 2.0.2 XSV 2002/01/11
IBM SQC 2.1.1 and XHi
I have a problem with Xerces 2.3.0 consuming memory in a long running
application.
Here 's my setup code
DocumentBuilderFactory factory
DocumentBuilderFactory.newInstance()
Hi
When parsing an MPEG7 description document with validation I find
several attributes with the following properties
- the corresponding AttributePSVI has a type definition of instance
XSSimpleHi Group
I have two xml tree 's that I want to compare. Last I read on the list
was of XMLTreeDiff... Has anyone done this using Xerces?
Cheers
Pete
<html xmlns o "urn schemas-microsoft-com ofHi all
In an attempt to generate some more discussion surrounding the issue I
raised in the message below here are some ways by which we might move
forward. For those who didn 't see the previous tHi
I have a problem with org.xml.sax.EntityResolver interface. I wrote my own
entity resolver and all I am doing is returning null as InputSource. This
should result in default processing. The problWith String datatypes if the element has an attribute with minOccurs "0 "
and the tag is there in the XML but there is no value validation is
successful.
However when I run schema validation wheThe archive is unavailable so I don 't know if this has been discussed
before.
Can someone tell me the difference between the 2-arg and 3-arg versions
of CoreDocumentImpl.createAttributeNS and creaI am using Xerces 2.3.0 to parse a document that is validated by an XML
Schema.
My document looks like this
<jx Model
xmlns xsi "http //www.w3.org/2001/XMLSchema-instance "
xmlns jx "http //wwHi all!
I have always been using the "org.apache.xml.serialize " package to
output my SAX stream.
Until today I was using the Method.HTML output format. I tried to
switch to Method.HTML but sinceI 've run into some strange behavior regarding PCDATA. The first time I parse my document the DOM gets built exactly as I expect. The second time I parse the same document my DOM is missing text nodeHi there
I 'm having a problem with some schema validation rules. I want to allow one
of two sequences to
be present in an xml document (I 'd prefer not to have to use sequences but
I don 't think I canHello
I am simply trying to create a Element that will look like the
following
<requestSummary xmlns "urn expertmgmt " >
I run into problems when using createElementNS or createAttributeNS.
Here is
Does any one know what feature works to format the XML output of a DOMWriter to make it human friendly? "format-pretty-print " can not be set to true.
Hello group
I am having one XML file with the header
1) <?xml version "1.0 " encoding "UTF-8 "? >
and another XML with the header
2) <?xml version "1.0 " encoding "UTF-8 "? >
THi
I am a active committer for the Xerces-C++ parser. As a change of pace
I started working on the Xerces-J parser and look forward to being an
active contributor.
I am enclosing a patch for bug I 've just posted an update to the CyberNeko Tools for
XNI. This release fixes a number of bugs in the NekoHTML
parser. It can be found at the following URL
http //www.apache.org/~andyc/neko/doc/iHi
I sent this mail friday morning
If someone as an answer it would be great
-----Message d 'origine-----
De Sauquet Dominique [mailto dsauquet@(protected)]
Envoy� vendredi 28 f�vrier 2003 10 5Hello
Does anyone know of any tools or documents that
explain what it takes to upgrade an XML Schema
specified in version 1.0(ie. 1999) to XML Schema 1.1
or convert the other way possibly loosing sI am having a problem getting a DOCTYPE specified using <xsl output
doctype-system "file.dtd "/ > actually into a DOMResult.
If I use a StreamResult (to System.out) the DOCTYPE is there but if I use a
It 's for Xalan the libarary used to execute X-Path requests on XML trees and to process XSL stylesheets.
Frankioski@(protected)
tscape.net Pour xercesI 'm new to struts. I use MS Windows 2000. I downloaded the zipped binaries from http //jakarta.apache.org/builds/jakarta-struts/release/v1.0.2/. The installation web page http //xml.apache.org/xerHi
I am having some problems serializing a DOM in the format I desire using
org.apache.xml.serialize.XMLSerializer (together with OutputFormat).
I generally want to "pretty print " the output but dis there a way via a schema to constrain a node value base off of an
attribute value
I have an element
<Datum type "text " >any text <Datum >
but if the type color it needs to be a valid rgb color
<DFor local attributes value constraints are on the attribute uses not the
declarations. So to get them you need
attrUse.getConstraintType() and attrUse.getConstraintValue()
Cheers
Sandy Gao
Softw
Hi there
I am wondering whether I am doing something wrong in getting attribute
declaration information. I am using Xerces 2.3.0.
If I have a schema like
<?xml version "1.0 " encoding "UTF-8 "? >
<x |
|
 |