[Tugindia] TeX to XML conversions

Suresh Avarulakshmi, Integra suresh.avvarulakshmi at integra-india.com
Wed Oct 6 15:58:39 CEST 2010


Hi All,

 

I need to convert the LaTeX file into XML format. The commands used in LaTeX
file won't be in standard formats and the coding's will vary. The XML file
needs to be generated in any user specific DTD.

 

Example:

TeX File (Input 1)

\begin{abstract}

This is the sample abstract.

\end{abstract}

 

TeX File (Input 2)

\abstract{This is the sample abstract.}

 

XML File (Output from both inputs)

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE article PUBLIC "-//MyDTD//DTD Journal Publishing DTD v1.0//EN"
"MyDTD.dtd">

<mybook>

<my:abstract myabsatt="English">

This is the sample abstract.

</my:abstract>

</mybook>

 

Please suggest if any LaTeX tools or utilities are available for the same.

 

Advance Thanks,

Suresh

 

 

 



More information about the tugindia mailing list