Accessing the internal schema representation

2002-03-05 Thread Richard Rowell
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

Schema in DOM

2002-03-05 Thread pan master
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

Re: A question about schemas and validation

2002-03-05 Thread John Utz
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

A question about schemas and validation

2002-03-05 Thread Slava Pestov
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

Re: Using an external-SchemaLocation for xml schema validation

2002-03-05 Thread Jeff Orris
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 <[

Custom Nodes

2002-03-05 Thread Tobias McNulty
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

DataTypeValidator

2002-03-05 Thread christiane . sokollik
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

Resolving complex types

2002-03-05 Thread Sheen Brisals
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

Re: Using xerces to correct non well-formed documents

2002-03-05 Thread John Utz
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

RE: dynamically locating .xsd file

2002-03-05 Thread Beyer,Nathan
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

Tool to Convert IDL(CORBA) to DTD.

2002-03-05 Thread rajac
Hi,   Is there any tool to convert IDL(CORBA) to DTD?. Any suggestions are most welcome.   Regards Raja

xerces & jdk1.1.8

2002-03-05 Thread harm
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

Re: Using xerces to correct non well-formed documents

2002-03-05 Thread Andy Clark
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

RE: XML Schema validate

2002-03-05 Thread Orla.Greevy
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

Re: [ANNOUNCEMENT] Xerces 2.0.1 Release

2002-03-05 Thread Neeraj Bajaj
> 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

Re: [ANNOUNCEMENT] Xerces 2.0.1 Release

2002-03-05 Thread Gopal Sharma
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

RE: Using xerces to correct non well-formed documents

2002-03-05 Thread Christopher Ebert
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

Re: [ANNOUNCEMENT] Xerces 2.0.1 Release

2002-03-05 Thread Andy Clark
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