Hello,
Is there a program that allow to convert an XML to HTML.
I have bookmarks on blinklist, but backup is in XML, it
is not readable in web browser.
XML is just structured data with no specific format. You need
to know about the specific structure of the XML file to get
a usable view in your browser. That's what XML really is for,
there are extensions to produce exactly this. XSLT is the
buzz word, transformation, from XML to whatever you like.
(Easy XML formats can also be viewed a bit easier, with a
fitting CSS stylesheet.) Current versions of HTML are called
XHTML, which means it is compatible to XML. There are lots
of other XML formats around, like SVG, RSS and more...
I don't know about blinklist, but what you want is not that
easy in general. I don't think you want us telling you, how
to learn programming in XSLT, don't you?
Regards,
Thorsten