• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

XML Schema to OO-Program

 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
is it possible to convert XML Schema or XSL File to a Java Program? if yes, id there any specific resources avaliable? please let me know where can i find related information?
Thanks in Advance.
[ October 29, 2002: Message edited by: Lakshmi Kishore ]
 
Rancher
Posts: 1449
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey!
Just for clarification, do you want to have a Java program generate a Schema or do you want a Java program to act as a Schema? I probably can't answer the question either way but this may help the folks who can.
 
Lakshmi Kishore
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
i want to convert the given schema to a program so that i can use it as schema and XSL file to write the XSL output into a specific file format.
Thnaks in Advance
[ October 29, 2002: Message edited by: Lakshmi Kishore ]
 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
You can use Castor to generate a java
representation of the schema.Castor comes with
a Source generator tool.It is available at
http://www.castor.org
Hope this helps.
Cheers
Sameer
reply
    Bookmark Topic Watch Topic
  • New Topic