S
Sahana
Hi
I m having a document whihc is structured in template or table
format.
My friend showed me what she has done on converting some word document
in to xml tag. I hope someone can help me somthing similar.
The type of output i want is shown below.
Type 1
<?xml version="1.0" ?>
- <content>
- <page no="001" audio="1">
- <AudioText>
- <![CDATA[
<font size="14"color="#000000">The major drivers of the mutual fund
performance information industry are regulations. The Credit Agency
Reform Act signed in September 2006, broadened the competition in a
market dominated only by a few companies by allowing companies that
met certain standards to register with the SEC, as rating
organizations. The industry is also driven by analysis of experts
rather than by technology.<br><br>A slowdown in the Residential
Mortgage-Backed Securities (RMBS) market and the Collateralized Debt
Obligation (CDO) sales in 2007 affected the business of the credit
rating agencies.</font> ]]>
</AudioText>
</page>
</content>
Type 2
<?xml version="1.0" ?>
- <content>
- <page no="001" audio="1">
- <AudioText>
- <![CDATA[
<font size="14"color="#000000">Check Your Understanding </font> ]]>
</AudioText>
</page>
- <page no="002" audio="1">
- <AudioText>
- <![CDATA[
<font size="14"color="#000000">Check Your Understanding</font> ]]>
</AudioText>
</page>
- <page no="003" audio="1">
- <AudioText>
- <![CDATA[
<font size="14"color="#000000">Check Your Understanding </font> ]]>
</AudioText>
</page>
- <page no="004" audio="1">
- <AudioText>
- <![CDATA[
<font size="14"color="#000000">Check Your Understanding</font> ]]>
</AudioText>
</page>
- <page no="005" audio="1">
- <AudioText>
- <![CDATA[
<font size="14"color="#000000">Check Your Understanding </font> ]]>
</AudioText>
</page>
</content>
I wish some one cna help me thru this
I m having a document whihc is structured in template or table
format.
My friend showed me what she has done on converting some word document
in to xml tag. I hope someone can help me somthing similar.
The type of output i want is shown below.
Type 1
<?xml version="1.0" ?>
- <content>
- <page no="001" audio="1">
- <AudioText>
- <![CDATA[
<font size="14"color="#000000">The major drivers of the mutual fund
performance information industry are regulations. The Credit Agency
Reform Act signed in September 2006, broadened the competition in a
market dominated only by a few companies by allowing companies that
met certain standards to register with the SEC, as rating
organizations. The industry is also driven by analysis of experts
rather than by technology.<br><br>A slowdown in the Residential
Mortgage-Backed Securities (RMBS) market and the Collateralized Debt
Obligation (CDO) sales in 2007 affected the business of the credit
rating agencies.</font> ]]>
</AudioText>
</page>
</content>
Type 2
<?xml version="1.0" ?>
- <content>
- <page no="001" audio="1">
- <AudioText>
- <![CDATA[
<font size="14"color="#000000">Check Your Understanding </font> ]]>
</AudioText>
</page>
- <page no="002" audio="1">
- <AudioText>
- <![CDATA[
<font size="14"color="#000000">Check Your Understanding</font> ]]>
</AudioText>
</page>
- <page no="003" audio="1">
- <AudioText>
- <![CDATA[
<font size="14"color="#000000">Check Your Understanding </font> ]]>
</AudioText>
</page>
- <page no="004" audio="1">
- <AudioText>
- <![CDATA[
<font size="14"color="#000000">Check Your Understanding</font> ]]>
</AudioText>
</page>
- <page no="005" audio="1">
- <AudioText>
- <![CDATA[
<font size="14"color="#000000">Check Your Understanding </font> ]]>
</AudioText>
</page>
</content>
I wish some one cna help me thru this