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

This should cover W3C XML Schema, Relax NG and DTD related problems.
felixwoo
Posts: 2
Joined: Wed Oct 22, 2008 4:33 pm

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

Post 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 !
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

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

Post 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
felixwoo
Posts: 2
Joined: Wed Oct 22, 2008 4:33 pm

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

Post 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?
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

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

Post by sorin_ristache »

Hello,

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


Regards,
Sorin
Post Reply