Subject:XSLT for WORDML table to CALS table and llist Author:(Deleted User) Date:14 Nov 2008 07:00 AM Originally Posted: 14 Nov 2008 06:56 AM
Hi
1. How to write XSLT to convert WORDML table to CALS table.
2. How to write XSLT to convert WORDML list to XML list.
e.g.:
<list1 type="arabic">
<item>...</item>
<item>...</item>
<list2 type="bullet">
<item>...</item>
<item>...</item>
<list3 type="roman">
<item>...</item>
<item>...</item>
<item>...</item>
<item>...</item>
</list3>
<item>...</item>
<item>...</item>
</list2>
<item>...</item>
<item>...</item>
</list1>
Subject:XSLT for WORDML table to CALS table and llist Author:(Deleted User) Date:02 Dec 2008 05:45 AM
Hi Vinoth,
you can do it, but first you have to decide which part of the WordML document you want to convert (a table, a list, etc..); have a look at the documentation from http://msdn.microsoft.com/en-us/library/aa212812.aspx