I have developed and XML schema for use in importing/exporting data from my
companies flagship product. However there is some reluctance in certain
(customer) camps to learning XML and our XML schema for one-time imports.
I'm hoping to use the schema to auto-generate a specification for a deli
Hi
I have XML Schema in DOM and would like to parse it using Xerces Schema
Parser. What is the best way of parsing the schema in DOM?
thanks
pankaj
_
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.co
Hello Slava;
in xerces-j 2 there is a sample app called ASModel that will share the
elements of a schema with you.
but i dont think this functionality is available in 1.4.4.
if you are avoiding using v2 for stability, i would go ahead and try it,
it works pretty well for me
On 6 Mar 200
Hello everybody,
I am developing an XML plugin for the jEdit text editor (www.jedit.org),
one of the features of the plugin is to give the user a list of declared
elements for one-click insertion into the current file. When Xerces
parses a file with a DTD, validation is performed and the declared
This property accepts pairs of URIs -- the first pair value is the target
namespace of the schema, the second is the actual location of the schema.
Jeff
<[
I have a custom TextNode class that I am using in Xerces. The class
overrides getNodeValue(). How can I notify xerces that the internal
value of the node has changed, so it won't cache the old value and
skip calling my function?
Thanks,
Toby
--
Tobias McNulty
Data Description, Inc.
840 Hansha
need help! i'm a beginner.
i want to check, if a date is valid. In Class DateTimeDatatypeValidator i
found a method parse(), but i don't know how to use it. i tried this:
public class DateTimeValidation extends DateTimeDatatypeValidator {
public void toParse(String date) {
try{
int[] dat
Hi,
Please can you tell me how to resolve explicit complexTypes within a
schema document and generate a simple schema with annonymous complex
types. if I have a schema like this,
http://www.w3.org/2001/XMLSchema";>
how can I produce us
hi;
here's a thought..
On Tue, 5 Mar 2002, Andy Clark wrote:
> Christopher Ebert wrote:
> > Not sure if you want to go this way, but take a look at Andy
> > Clark's NekoHTML parser -- I think he 'corrects' HTML much as you want
> > to correct your XML. If you're curious: http://www.a
The EntityResolver is also used when validating against XML Schemas. Look in
the systemId parameter for the URI to be passed in.
-Original Message-
From: James Liu [mailto:[EMAIL PROTECTED]
Sent: Monday, March 04, 2002 3:46 PM
To: [EMAIL PROTECTED]
Subject: dynamically locating .xsd file
Hi,
Is there any tool to convert IDL(CORBA) to
DTD?. Any suggestions are most welcome.
Regards
Raja
Hi all,
I'm using JDK1.1.8 because I also use the JAVA/Corba toolkit for Lotus Domino which needs JDK1.1.8.
I want to read some config xml files using the sax2 implementation. For example I'm trying to read the following files:
dtd: (config.dtd)
name CDATA #REQUIRED
password
Christopher Ebert wrote:
> Not sure if you want to go this way, but take a look at Andy
> Clark's NekoHTML parser -- I think he 'corrects' HTML much as you want
> to correct your XML. If you're curious: http://www.apache.org/~andyc/.
That parser is specifically designed for HTML which has
Hello all,
after long torture, I finally figured out that my xml schema parser was working
all along. The problem seems to be with my environment. I was using ant to run
the parser within netbeans and the error messages from the parser are being
swallowed up somewhere. Time to read the ant docu
> Neeraj Bajaj wrote:
> > The Xerces-J Developer community is pleased to announce new
> > release of Xerces2 named Xerces 2.0.1. This release is a first bug fix
release
> > after Xerces 2 production version. We are very confident that this product
is
> > more stable from it's pred
Andy Clark Wrote:-
> Neeraj Bajaj wrote:
> > The Xerces-J Developer community is pleased to announce new
> > release of Xerces2 named Xerces 2.0.1. This release is a first bug fix
>release after Xerces 2 production version. We are very confident that this
>product is mo
Hi,
Not sure if you want to go this way, but take a look at Andy
Clark's NekoHTML parser -- I think he 'corrects' HTML much as you want
to correct your XML. If you're curious: http://www.apache.org/~andyc/.
Chris
-Original Message-
From: [EMAIL PROTECTED]
[mailt
Neeraj Bajaj wrote:
> The Xerces-J Developer community is pleased to announce new
> release of Xerces2 named Xerces 2.0.1. This release is a first bug fix release
> after Xerces 2 production version. We are very confident that this product is
> more stable from it's predecessor.
Th
18 matches
Mail list logo