here is the some view of my xml file..

<?xml version="1.0" encoding="UTF-8"?>
<robot generated="20160411 09:32:25.876" generator="Robot 3.0 (Python 2.7.11 on darwin)">
<suite source="/Users/dharpatel/Desktop/RF-test/automate/examples/StringExamples.robot" id="s1" name="StringExamples">
<test id="s1-t1" name="EX.1 - USES OF CATENATE">
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>Hello</arg>
<arg>world</arg>
</arguments>
<assign>
<var>${str1}</var>
</assign>
<msg timestamp="20160411 09:32:26.037" level="INFO">${str1} = Hello world</msg>
<status status="PASS" endtime="20160411 09:32:26.037" starttime="20160411 09:32:26.037"></status>
</kw>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>SEPARATOR=---</arg>
<arg>Hello</arg>
<arg>world</arg>
</arguments>
<assign>
<var>${str2}</var>
</assign>
<msg timestamp="20160411 09:32:26.038" level="INFO">${str2} = Hello---world</msg>
<status status="PASS" endtime="20160411 09:32:26.038" starttime="20160411 09:32:26.038"></status>
</kw>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>

This is very long file and I want to convert this xml file to html file.. what should I do.. Can you or anyone else please help me. Thanks in advance 

On Monday, April 11, 2016 at 7:09:46 PM UTC-7, Scot Mcphee wrote:
isn't a "html based xml" already XHTML?

Scot Mcphee. 
Computer programmer. Classics PhD.
p +61 412 957414


On 12 April 2016 at 11:00, dharmi patel <dharmi...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
I am using html based xml file. And for XML-to-XHTML translators how do I do that.


On Monday, April 11, 2016 at 5:47:17 PM UTC-7, Daniel Staal wrote:
--As of April 11, 2016 5:12:55 PM -0700, dharmi patel is alleged to have
said:

> I am trying to converting xml file to word doc file using pandoc. Can any
> one tell me, is it possible to convert xml to word docx using pandoc? If
> so  then can you please tell the right way  to covert xml to word using
> pandoc  command line.

--As for the rest, it is mine.

What type of XML file?  XML is a file format format - it's a way to
describe file formats, not a format as such itself.  Pandoc can't read
arbitrary XML files, but it can read a few different XML file types: XHTML,
ODT, EPUB, DOCX, OPML, DocBook.  (A few of the other input types might be
XML as well.)

If you have an arbitrary XML file, probably easiest will be to use one of
the XML-to-XHTML translators out there, tweaked for your situation, and
then use that as an input to Pandoc.

Daniel T. Staal

---------------------------------------------------------------
This email copyright the author.  Unless otherwise noted, you
are expressly allowed to retransmit, quote, or otherwise use
the contents for non-commercial purposes.  This copyright will
expire 5 years after the author's death, or in 30 years,
whichever is longer, unless such a period is in excess of
local copyright law.
---------------------------------------------------------------

--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discus...@googlegroups.com.
To post to this group, send email to pandoc-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/7011f33f-59c4-46b6-91ac-908b26c584ad%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/f2d1f8ea-9db6-438d-b8b2-250bbe96f751%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.