[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

XML schema/ DTD specified at runtime

  • To: xml-dev@l...
  • Subject: XML schema/ DTD specified at runtime
  • From: Harish Murthy <ozone@r...>
  • Date: Mon, 6 Jan 2003 15:10:48 -0800 (PST)
  • Reply-to: ozone@r...

xml validate runtime java
Hello,
Im sure that many of you would have encountered the
problem I would describe, 
I have an input file xml file 

<Name>
<FirstName>
Joe 
</FirstName>
<SecondName>
Somebody 
</SecondName>
</Name>

and this does not have any mention of DTD or Xml
schema in it.
I would have a xml schema file named (name.xsd) 
which specifies that <FirstName> and <LastName> cannot
contain any numbers!

Now,I am using a SAX parser and am using xerces 2.2.1
I tried with the Counter.java file that comes alog
with in the /sax directory.
I also created my own EntityResolver called
MyEntityResolver() and added a System.out.println("
Entity Resolver called") in the resolveEntity()
method..

In Counter.java , I added the below code
parser.setEntityResolver(new MyEntityResolver())
and the respective flags in Counter.java are all set
to true and the parser is the
org.apache.xml.parser.SAXParser ( which is the
DEFAULT_PARSER in Counter.java) 

I expected the resolveEntity method to be called..
but it is not happening...
Whats missing ?? 

DO any of you have some code example,
that would validate my plain xml file ,
against a schema or an dtd , which is specfied at 
runtime ???

Thanks
Harish


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.