KG0102
Technical User
- Oct 15, 2007
- 5
How to map the content under <w:sdtcontent> tag in an xsl:
Have a look at the content control code in xml:
<w:sdt>
<w:sdtPr>
<w:alias w:val="Last Name" />
<w:tag w:val="LastName" />
<w:dataBinding w
refixMappings="xmlns:ns0=' …healthcare/registrationform'"
w:xpath="/ns0
ata/ns0
atient/ns0:Name/ns0:Last"
w:storeItemID="{A5566E5B-6220-4F8C-BB50-CB2E486681CB}" />
<w:text />
</w:sdtPr>
<w:sdtContent>
<w:r>
<w:t>Predeek</w:t>
</w:r>
</w:sdtContent>
</w:sdt>
Regards,
KG0102
Have a look at the content control code in xml:
<w:sdt>
<w:sdtPr>
<w:alias w:val="Last Name" />
<w:tag w:val="LastName" />
<w:dataBinding w
w:xpath="/ns0
w:storeItemID="{A5566E5B-6220-4F8C-BB50-CB2E486681CB}" />
<w:text />
</w:sdtPr>
<w:sdtContent>
<w:r>
<w:t>Predeek</w:t>
</w:r>
</w:sdtContent>
</w:sdt>
Regards,
KG0102