Fu Bo Xia wrote:[color=blue]
> anyone know a Java (or Java usable) package that converts XML Schema (XSD)
> documents into a tree form?
>
>
> thanks,
> fu bo
>
>[/color]
Fu Bo,
First, remember that XML Schema must also be valid XML files. So
really, if you find an XML tool that does what you want, you are golden.
Are you looking for (open) source code you can build on a tool?
"Fu Bo Xia" <fubo.x@optusho me.com.au> wrote in message
news:3f5c5c35$0 $14560$afc38c87 @news.optusnet. com.au...[color=blue]
> anyone know a Java (or Java usable) package that converts XML Schema (XSD)
> documents into a tree form?
>
>
> thanks,
> fu bo
>
>[/color]
We market a shareware product called DTDChart that displays a document
structure as a tree chart. You would have to convert the XSD into a DTD
first. Not sure if this is the kind of thing you are looking for.
"Fu Bo Xia" <fubo.x@optusho me.com.au> wrote in message
news:3f5c5c35$0 $14560$afc38c87 @news.optusnet. com.au...[color=blue]
> anyone know a Java (or Java usable) package that converts XML Schema (XSD)
> documents into a tree form?
>
>
> thanks,
> fu bo
>
>[/color]
i'm looking for a java API that will convert a XML Schema (XSD) document
from a textual representation to a tree representation that's stored in a
tree structured object. for example if i have the following XSD:
Fu Bo Xia wrote:[color=blue]
> sorry let me clearify my question,
>
> i'm looking for a java API that will convert a XML Schema (XSD) document
> from a textual representation to a tree representation that's stored in a
> tree structured object. for example if i have the following XSD:
>[/color]
Comment