XML Schema parser? 2003-02-18 - By Rob Griffin
Neil,
An XML Schema is an XML document, so you can parse it with Xerces. I'm doing this in my current project.
Regards,
Rob Griffin Software Engineer Quest Software 2/293 Camberwell Road Camberwell, Victoria 3124 Australia Phone: +613 98118021 Fax: +613 9811 8099 http://www.quest.com
> -----Original Message----- > From: Neil Blue [mailto:Neil.Blue@(protected)] > Sent: Tuesday, 18 February 2003 9:36 PM > To: 'xerces-j-user@(protected)' > Subject: XML Schema parser? > > > Hello, > > I am looking for a parser that will read in an XML Schema and > provide access > to the elements and types via an interface. I have found > that xerces will > handle schema validation but I have been unable to find out if it also > provides access to the schema's after it has parsed them. Please could > anyone tell me if this is possible, or if there is another method for > parsing XML Schemas. > > > Thank you > Neil > > --------------------------------------------------------------------- > To unsubscribe, e-mail: xerces-j-user-unsubscribe@(protected) > For additional commands, e-mail: xerces-j-user-help@(protected) >
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2654.45"> <TITLE>RE: XML Schema parser?</TITLE> </HEAD> <BODY>
<P><FONT SIZE=2>Neil,</FONT> </P>
<P><FONT SIZE=2>An XML Schema is an XML document, so you can parse it with Xerces.</FONT> <BR><FONT SIZE=2>I'm doing this in my current project.</FONT> </P>
<P><FONT SIZE=2>Regards,</FONT> </P>
<P><FONT SIZE=2>Rob Griffin</FONT> <BR><FONT SIZE=2>Software Engineer</FONT> <BR><FONT SIZE=2>Quest Software</FONT> <BR><FONT SIZE=2>2/293 Camberwell Road</FONT> <BR><FONT SIZE=2>Camberwell, Victoria 3124</FONT> <BR><FONT SIZE=2>Australia</FONT> <BR><FONT SIZE=2>Phone: +613 98118021</FONT> <BR><FONT SIZE=2>Fax: +613 9811 8099</FONT> <BR><FONT SIZE=2><A HREF="http://www.quest.com" TARGET="_blank">http://www .quest.com</A></FONT> </P> <BR> <BR>
<P><FONT SIZE=2>> -----Original Message-----</FONT> <BR><FONT SIZE=2>> From: Neil Blue [<A HREF="mailto:Neil.Blue@(protected) .com">mailto:Neil.Blue@(protected)</A>]</FONT> <BR><FONT SIZE=2>> Sent: Tuesday, 18 February 2003 9:36 PM</FONT> <BR><FONT SIZE=2>> To: 'xerces-j-user@(protected)'</FONT> <BR><FONT SIZE=2>> Subject: XML Schema parser?</FONT> <BR><FONT SIZE=2>> </FONT> <BR><FONT SIZE=2>> </FONT> <BR><FONT SIZE=2>> Hello,</FONT> <BR><FONT SIZE=2>> </FONT> <BR><FONT SIZE=2>> I am looking for a parser that will read in an XML Schema and </FONT> <BR><FONT SIZE=2>> provide access</FONT> <BR><FONT SIZE=2>> to the elements and types via an interface. I have found </FONT> <BR><FONT SIZE=2>> that xerces will</FONT> <BR><FONT SIZE=2>> handle schema validation but I have been unable to find out if it also</FONT> <BR><FONT SIZE=2>> provides access to the schema's after it has parsed them. Please could</FONT> <BR><FONT SIZE=2>> anyone tell me if this is possible, or if there is another method for</FONT> <BR><FONT SIZE=2>> parsing XML Schemas.</FONT> <BR><FONT SIZE=2>> </FONT> <BR><FONT SIZE=2>> </FONT> <BR><FONT SIZE=2>> Thank you</FONT> <BR><FONT SIZE=2>> Neil</FONT> <BR><FONT SIZE=2>> </FONT> <BR><FONT SIZE=2>> --------------------------------------------------------- ------------</FONT> <BR><FONT SIZE=2>> To unsubscribe, e-mail: xerces-j-user-unsubscribe@(protected) .apache.org</FONT> <BR><FONT SIZE=2>> For additional commands, e-mail: xerces-j-user-help@(protected) .apache.org</FONT> <BR><FONT SIZE=2>> </FONT> </P>
</BODY> </HTML>
|
|