Click to See Complete Forum and Search --> : Displaying XML Document as a Web Page


Robert Price
04-03-2000, 01:51 PM
So now I have DTD, XML, AND XSL text files created. How do I display my document
with Explorer 5.0?

jklow
04-10-2000, 02:23 PM
"Robert Price" <AS400Man@aol.com> wrote:
>
>So now I have DTD, XML, AND XSL text files created. How do I display my
document
>with Explorer 5.0?

hi robert

You will need cascading style sheet to make it look nice.
XML only deals with the type of data, the presentation of the data is left
to CSS.

For example

HAT { COLOR: BLUE }

save this under a file with extension .css

and at the xml file...create a link at the top

<?xml:stylesheet href="abc.css" type="text/css">


hope this will help