Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
XML
data.xmlanalysis
mappoint.webservice
msf
msxml-webrelease
netmyservices.sdk
passport.sdk
soap
soapsdk
uddi.general
uddi.programming
uddi.specification
xml
xmlsqlwebrelease
xsl
  
 
date: Tue, 27 May 2008 01:51:29 -0700 (PDT),    group: microsoft.public.xsl        back       


tricky transforming xml=>msword-xml needed...   
Source-XML:

<para>
   Table1:     <-- This description of the table shall get enclosed in
<w:p><w:r><w:t>Table1:</w:t></w:r></w:p>  -->
  <table>       <-- But the table <w:tbl> must not be within a
paragraph (w:p) in ms word xmls  -->
    <tr><td>huha</td></tr>
    <tr><td>huha</td></tr>
  <table>

   Table2:
  <table>
    <tr><td>hiha</td></tr>
    <tr><td>hiha</td></tr>
  <table>

<para>

Desired XML:
<w:p>
  <w:r><w:t>Table1:</w:r></w:t>
</w:p>
<w:tbl>
     <w:tr><w:tc>huha<w:tc><w:/tr>
     <w:tr><w:tc>huha<w:tc><w:/tr>
</w:tbl>
<w:p>
  <w:r><w:t>Table2:</w:r></w:t>
</w:p>
<w:tbl>
     <w:tr><w:tc>hiha<w:tc><w:/tr>
     <w:tr><w:tc>hiha<w:tc><w:/tr>
</w:tbl>

any suggestions?
thanks in advance, stefan
date: Tue, 27 May 2008 01:51:29 -0700 (PDT)   author:   unknown

Re: tricky transforming xml=>msword-xml needed...   
Let me simplify it to...

source-xml:
<z>
   A1
   <b>B1</b>
   A2
</z>

desired target-xml:
<z>
   <a>A1</a>
   <b>B1</b>
   <a>A2</a>
</z>

...anyone?
date: Mon, 16 Jun 2008 05:52:42 -0700 (PDT)   author:   unknown

Re: tricky transforming xml=>msword-xml needed...   
stefan.oedenkoven@googlemail.com wrote:
> Let me simplify it to...
> 
> source-xml:
> <z>
>    A1
>    <b>B1</b>
>    A2
> </z>
> 
> desired target-xml:
> <z>
>    <a>A1</a>
>    <b>B1</b>
>    <a>A2</a>
> </z>
> 
> ...anyone?

See 
http://groups.google.com/group/comp.text.xml/browse_thread/thread/463048c5093e49a8#

-- 

	Martin Honnen --- MVP XML
	http://JavaScript.FAQTs.com/
date: Mon, 16 Jun 2008 15:30:55 +0200   author:   Martin Honnen

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us