[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] OT: xml to html
- Subject: [ale] OT: xml to html
- From: brian at polibyte.com (Brian Pitts)
- Date: Thu, 09 Sep 2010 10:42:05 -0400
- In-reply-to: <[email protected]>
- References: <[email protected]>
On 09/09/2010 10:26 AM, Asher Vilensky wrote:
> Is there an easy and FREE way to convert xml files to html, on either Mac
> OSX or Ubuntu?
What do you mean by xml?
If I have the xml document
<?xml version="1.0" ?>
<persons>
<person username="JS1">
<name>John</name>
<family-name>Smith</family-name>
</person>
<person username="MI1">
<name>Morka</name>
<family-name>Ismincius</family-name>
</person>
</persons>
How should that be converted to html? You have to specify how. This is
what XSLT is for.
http://en.wikipedia.org/wiki/XSL_Transformations
--
All the best,
Brian Pitts