XML to HTML converter
- Started
- Last post
- 10 Responses
- benfal99
XML to HTML converter.
Where can i find this?
- Bahiatronic0
Once again... Why not try to search it in GOOGLE... or YAHOO search...
- benfal990
...
i've try google and i did not find what I want. So I was thinking that the nice peoples from Newstoday will help me ...
but when i read comments like yours, Bahiatronic, i wonder why i even think to come here.
thanks i'll go in another forum elsewhere on the world wide web.
(...)
- abizzyman0
Bahiatronic -
leave
benfal99 -
stay, man... that's exactly what this place is for.
- Bahiatronic0
http://download.com.com/3000-724…
I hope this can help you!! Of course i don't mean to say that to you, but i just wonder why not search around the download.com or other similar places... Anyway!! Hope this can help you a bit or a lot and that software is free as well which is COOL :D)
- Bahiatronic0
or http://download.com.com/3120-200…
(a whole list of softwares)
- sparker0
xslt (extensible stylesheet language template) does this. not only is xslt created from xml, but it is probably the easiest way to convert raw xml to other formats (xhtml, text, etc).
- vena0
xslt is the best ever.
too bad PHP only supports the piece of shit sablotron processor and the vast majority of hosts don't enable it anyway.
- ********0
downloads.com really does have a ton of stuff, generally you can use as a free trial or as freeware or shareware itself. :)
- benfal990
thank you all!
i still not find anything ... i've try a couple one but no one work and some i dont understand how they work.
- sparker0
you don't need a program to do it...you just need to develop a xsl template.
http://www.w3.org/TR/xslt
http://www.xslt.com/
http://www.zvon.org/xxl/XSLTrefe…i'm sure you could write a parser or transformation app in php, perl or python (or any web based langauage for that matter). but there isn't a need for it...when xslt will do it for you without major development.