i have an xml document which i do have it's xsd, i need the a good way
to generate java classes from it that will then be saved to a database
in a way that could be data mined later for reports.
(integration with eclipse is a plus ).
i thought about hyperjaxb, but i couldn't see much info about it.
Re: How to define a "anywhere" node in my XSD ... be added everywhere in the XML document.... dealing with real-life text documents was sidelined in the mad rush... but this can be eliminated by generating the XSD... (comp.text.xml)
Re: Representing Biz Entity in XML: Use XMLSerializer or custom using XSD? ... I guess you could say the root of our problems is trying to marrying up between a complex .NET object that implements OOP and an XML document to be used by a Web Service. ... VB) that correspond to that XSD.... > Of course the business entity would have to do the creation and field ...XmlSerializer does this for you, ... (microsoft.public.dotnet.framework.webservices)
Re: Problem with XMLValidatingReader ... Your test harness code is correct. ... But your expectation from the XSD and XML ... This should not cause an error as the XML document is valid ... > Detects most schema infractions, so I'll assume this is a correct ... (microsoft.public.dotnet.xml)
Re: There must be a better way! ... returns the data in <QueryResponse> - I've found the XSD that goes with ... apply to the XML Document)....Sterling International Consulting Group... (microsoft.public.sqlserver.xml)
Re: How to define a "anywhere" node in my XSD ... I would like to specify in my XSD that the "Documentation" element can ... be added everywhere in the XML document.... How can i declare this in my XSD?... What you are asking for is equivalent to an inclusion in SGML.... (comp.text.xml)