[Home] [By Thread] [By Date] [Recent Entries]

  • From: Michelle_Zhao@a...
  • To: mark hu <mark@f...>, xml-dev@l...
  • Date: Wed, 09 Aug 2000 17:34:24 -0400



Please let me know if I understand it right:

 ResultSetMetaData.getColumnName() could retrieve the element name;
ResultSet.getString() could retrieve the element value;
then hashmap is not needed for the resultSet;
you mean the hashmap for DTD rules? how do I represent the hierarchy of the DTD?
by child ID refers to the parent ID? how is attribute represented? How is the
datastream of DTD correlated with the resultset?

Thanks.


Michelle





"mark hu" <mark@f...> on 08/09/2000 05:02:26 PM

To:   Michelle Zhao/AMS/AMSINC@AMSINC, xml-dev@l...
cc:
Subject:  Re: create valid XML from DTD and database



Yes, you can - and the way that our stuff works now is: construct a HashMap
to host all your particular Resultsets and then at the end of XML document
ending - since you can retrieve a Id-Name pair, it's very easily to apply
DTD rules against this gerenated document.

mark
"Life Is A Piece Of Cheese"
----- Original Message -----
From: <Michelle_Zhao@a...>
To: <xml-dev@l...>
Sent: Wednesday, August 09, 2000 3:39 PM
Subject: create valid XML from DTD and database


>
>
> I am trying to write a Java program to create XML from a given DTD file
and data
> from Oracle database. Is there a way to filter the ResultSet through the
DTD so
> that a valid XML file could be generated? Any guide would be much
appreciated.
>
> Michelle
>
>
>






Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member