S
shea
I have an XML data type which I would like to display in my HTML.
The data type looks somthing like this:
<package name="helloworld">
<description>
This is a program which prints hello world to a terminal.
</description>
<file uri="hellos.zip" name="source code" size="100bytes"/>
<file uri="hellob.zip" name="binaries" size="300bytes"/>
<package>
I would like to embed these <packages> at various location in my
formatted text (html). Then use XSLT's to do the transforms.
I have used XSLT's which XML only documents before, but I am not sure
how to get started doing it in a mixed mode file.
What is the simplest way to acomplish this.
~S
The data type looks somthing like this:
<package name="helloworld">
<description>
This is a program which prints hello world to a terminal.
</description>
<file uri="hellos.zip" name="source code" size="100bytes"/>
<file uri="hellob.zip" name="binaries" size="300bytes"/>
<package>
I would like to embed these <packages> at various location in my
formatted text (html). Then use XSLT's to do the transforms.
I have used XSLT's which XML only documents before, but I am not sure
how to get started doing it in a mixed mode file.
What is the simplest way to acomplish this.
~S