  | |  | Xerces | Hi!
When using DOCTYPE definition it automatically creates xmlns
attribute in root element defining namespace for this xml. I want to
modify prefixes of all elements create new xmlns attribute Hi!
When using the getDoctype().getEntities() list entities that are not
declared nor used in XML have no children at all - they have empty
definition. How can I get their proper value?
Thanks Hi All
I 've been working on using grammar caching code a little different
than the example code shows. I haven 't come across this in the
archives so I thought I 'd see if I 'm just not using the oAll
I defined an element in the schema as type integer (like as follows)
<xs element name "ver " type "xs integer "/ >.
I have the minoccurance as 0 and maxoccurance as 1.
But when i have an elemeJust a comment. Xerces ' handling of large maxOccurs values seems pretty
broken. When I debugged into it I discovered that the outofmemory
exceptions were caused by Xerces trying to allocate IIRC Hey folks I have tried a lot searched a lot and I am not able to figure
out how to do this. Would
really appreciate it if you guys could help me on this.
I need to load an XSD and go through its cHi
I 'm using the xerces xs parsing package to parse a schema. I have a type
with a sequence with three elements. One of the elements is a reference and
when I iterate through the particles in the Xerces 2.6.0 reports an error in
http //www.w3.org/2002/08/xhtml/xhtml1-strict.xsd
against this regex pattern (among others)
<xs restriction base "xs string " >
<xs pattern value "[-+]?All
apologies if this is an FAQ but I haven 't been able to track down what the
solution to this one is either in the docs or the mailing lists.
I have a small code snippet that tries to create a
> What is the base URI of your document? I would guess that it looks
> something like 'file //C /file.xml ' (in which case you probably meant
> 'file ///C /file.xml ') or 'file //somehost/C /file.xml ' HI
we encounter the following very strange problem
We have an XML document that looks like this
<?xml version "1.0 "? >
<!DOCTYPE dependencies [
<!ENTITY ProductDependencies SYSTEM "../prAnother one from the "yet another newbie question " department...
I 'm trying to preparse XML schema files and I 've hit a snag that I
just cannot figure out on my own.
Using Xerces-J I 'm able to getI 'm getting the following error when trying to run a test using junit.
unit.framework.AssertionFailedError SAX2 driver class
org.apache.xerces.parsers.SAXParser does not implement XMLReader
What doHi
I was wondering if Xerces-j does implement anything that is not in the w3c
standard.
I don 't know any parse extra 's but from Saxon the XSLT proccesor I know
there are some extra 's like this onHello All
I will appreciate if anyone can help me with this please
<card id "c1 " title "Yahoo! Españ a " >
</card >
This ñ is the spanish 'n ' character with the '~ ' on top of it and
compleHi
I am trying to set 2 schemas in the externalschemaLocation property. The
first xsd has the any element with the processContents as "lax ".
The apache site states that pairs of values can be set foHello
I am encounering an odd problem with xerces-j (2.6.0 and 2.6.2). I have
an application that
starts out as a multithreaded C program and subsequently creates a Java
VM (1.4.2_01) for parsingHi
I am a new member to this group and also am new to schema validation. I have
the following problem in my code.
I am using xerces 2.4
I have attached Test.xml Product.xsd and XMLTest1.java.
The Hi all
I am using Xerces Java 2 to try to validate a XML file the packages I
am using to parse and validate the file are
import org.w3c.dom.*
import org.apache.xerces.parsers.DOMParser
import oI have the following XML
<PingTest2 > <![CDATA[Hello ]] > </PingTest2 >
In my program I append a text node so that I get this result
<PingTest2 > <![CDATA[Hello ]] > world! </PingTest2 >
When I eWhen NeknoHTML parser corrects ill formated <form >
does it builds some data structure to record which
form elements are part of the form?
Considering the following example
In IE and Mozilla the <I am wondering if the Value attribute of StatusCode is valid according to the schema
instance doc
<Response
InResponseTo "ID_d03037d8-e25a-44dc-a6c2-5195ee3e8d13 "
IssueInstanDoes/Will NekoHTL parser work any JAXP parser?
e.g. Piccolo at http //piccolo.sourceforge.net?
I think Piccolo is faster than Xerces. So I would like
to take advantage of Piccolo for parser/correctiThis might be more of a Java question but I 'll ask it here anyway since
our Java gurus don 't have an answer...
I would like to subclass Elements. Now I know an Element is really an
interface not aHey all another newbie question.
How do you get sax to stop converting character entities to the
character they represent? for example things like & or ü are
being replaced with & or �I 'm having trouble with one of the sample programs that comes with he xerces-j 2.6.2 distribution. It is
~xerces/samples/xni/XMLGrammarBuilder.java
As distributed it will preparse multiple XSD filWhy am i getting random carriage returns in my output? I can 't find
anything anywhere on why I 'm getting these. Here is an example
input
<rights >
http //www.exploratorium.edu/about/use_policy.htHello
i send a xml-document to an apache-axis-server. Axis provides the method
getAsDocument()
in several classes which itself uses xerces to convert content to a
Document.
When i have something liI am trying to write an application that parses a XSD or DTD file build
a model tree of the XSD/DTD and then display the model tree in a tree
view. How can I use Xerces built-in classes to accompliI 'm using xerces-j to parse a large configuration file and am using the
DOMParser.
I 've got a .xsd file set up for verifying the XML but there is further
error checking that I have to do while pro |
|
 |