Page 1 of 1

XML Schema - Beginner question <how to convert schema to xml

Posted: Wed Oct 22, 2008 5:03 pm
by felixwoo
Hi All,
I'm very new for making schema and using oxygen, anyone call tell me if I created XML schema how can I make used of that schema to make webpage like html and xml?
please listed that the step as well.

if for my assignment many thx !

Re: XML Schema - Beginner question <how to convert schema to xml

Posted: Wed Oct 22, 2008 5:14 pm
by sorin_ristache
Hello,

In Oxygen you can create an XML document based on your XML Schema with the action New available from menu File -> New and also available on the File toolbar. In the New dialog select the item XML Document which opens the dialog Create an XML document. In this dialog enter the URL of your schema, press OK and start editing the XML document.

For generating the HTML output from your XML document you need to create an XSLT stylesheet which you apply to the XML document by creating and running a transformation scenario.

The video demonstrations available on the Documentation page may also help you so you should check them out.


Regards,
Sorin

Re: XML Schema - Beginner question <how to convert schema to xml

Posted: Wed Oct 22, 2008 5:48 pm
by felixwoo
Thx You Sorin,
I realize that I got problem even making XML Schema,, it pretty tough for me as new beginner using oxygen..anywhere i can get user guide for making schema and xlm page?

Re: XML Schema - Beginner question <how to convert schema to xml

Posted: Thu Oct 23, 2008 8:53 am
by sorin_ristache
Hello,

I think you should check out this XML Schema tutorial and this one.


Regards,
Sorin