← Prev in month ← Prev in thread
Next in thread → Next in month →

JavaML like tool exist?

From
Tak-Lai Daryl Luk <>
To
Date
2002-04-25T13:05:55Z
ID
<>
Thread
JavaML like tool exist?
Hi All,

I am wondering if there are some "Java-based" tools
available to convert java source code to XML file, like
the Badros's JavaML tool (C++) and the IBM's reengineering
Java tool do?  JavaML tool is C++ based, and IBM's doesn't
support comments.

Any suggestion?

Daryl Luk




> -----Original Message-----
> From: Tak-Lai Daryl Luk [mailto:]
> Sent: Monday, April 22, 2002 10:24 AM
> To: Murali Mani; Tippabhotla, Ravishanker
> Cc: 
> Subject: RE: [xml-dev] DTD vs Schema....
>
>
> I think that is more than the issue of simple data types.
>
> For one thing, it is very inconvient to employ a hierarchy
> of DTDs using the conditional INCLUDE if you want to reuse
> a hierachy of DTDs.  Particularly if you have some utlity DTDs
> for reuse, nested INCLUDEs are likely to get multiple defined
> elements.
>
> Also DTD only specifies one document element in one DTD file,
> while XML Schema allows multiple document elements to be specified
> in one XML schema file, as a result, I can use a single XML schema
> to validate against different XML documents each of different
> document roots.
>
> Plus, XML schema itself is XML file, so you can easily use a
> XML parser to parse the schema file [for whatever reasons,
> may be extract some processing instructions, transform the file
> to HTML for documentation etc].
>
> and some more...
>
> Daryl Luk
>
> > -----Original Message-----
> > From: Murali Mani [mailto:]
> > Sent: Saturday, April 20, 2002 11:58 AM
> > To: Tippabhotla, Ravishanker
> > Cc: 
> > Subject: Re: [xml-dev] DTD vs Schema....
> >
> >
> >
> > I would use XML Schema to DTD if I have to define simple data types, and
> > constraints such as key constraints, and referential integrity
> > constraints.
> >
> > cheers and regards - murali.
> >
> > On Sat, 20 Apr 2002, Tippabhotla, Ravishanker wrote:
> >
> > > Hi All,
> > >   can some body tell me how to Determine when to use DTD versus
> > XML Schema
> > > w.r.t legacy systems, scoping, run-time modification, constraints
> > >
> > > Thanx in Advance
> > >
> > >
> > > RaviShanker Tippa,
> > > Programmer Analyst,
> > > Syntel India Ltd,
> > > 21 MountRoad,Saidapet,
> > > Chennai-15
> > > Ph:2300368 ext-35
> > >
> > >
> > > -----------------------------------------------------------------
> > > The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> > > initiative of OASIS <http://www.oasis-open.org>
> > >
> > > The list archives are at http://lists.xml.org/archives/xml-dev/
> > >
> > > To subscribe or unsubscribe from this list use the subscription
> > > manager: <http://lists.xml.org/ob/adm.pl>
> > >
> >
> >
> > -----------------------------------------------------------------
> > The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> > initiative of OASIS <http://www.oasis-open.org>
> >
> > The list archives are at http://lists.xml.org/archives/xml-dev/
> >
> > To subscribe or unsubscribe from this list use the subscription
> > manager: <http://lists.xml.org/ob/adm.pl>
> >
>
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
>
> The list archives are at http://lists.xml.org/archives/xml-dev/
>
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://lists.xml.org/ob/adm.pl>
>
>
← Prev in month ← Prev in thread
Next in thread → Next in month →