XML Editor
Sign up for a WebBoard account Sign Up Keyword Search Search More Options... Options
Chat Rooms Chat Help Help News News Log in to WebBoard Log in Not Logged in
Show tree view Topic
Topic Page 1 2 3 4 5 6 7 8 9 Go to previous topicPrev TopicGo to next topicNext Topic
Postnext
Karthik SSubject: Preview and backmapping for word documents
Author: Karthik S
Date: 26 May 2008 07:37 AM
I have created a xslt file with wordml tags for generating word document as an output on transformation with source xml file.

I am not getting the preview correctly when I run this xslt. It shows the wordml tags instead of showing the actual output which will be displyed in the word document. Because of this I am not able to use the backmapping fuctionality.

Please provide me a solution for word document preview with backmapping functionality.

Postnext
(Deleted User) Subject: Preview and backmapping for word documents
Author: (Deleted User)
Date: 26 May 2008 09:07 AM
Hi Karthik,
Stylus Studio can backmap the actual wordML tag to the corresponding XSLT instruction or XML source; alternatively you can change the scenario options to specify an output file name with the .doc extension and check the "open output with external application" to have Stylus open a copy of Word displaying the interpreted WordML structure. But in this case you cannot backmap from the rendering performed by Word into the XSLT instructions, as only Word knows the relation between WordML and its visual representation.

Hope this helps,
Alberto

Postnext
Karthik SSubject: Preview and backmapping for word documents
Author: Karthik S
Date: 26 May 2008 12:54 PM
I am able to understand the second part (i.e opening it in word application) of your explanation. Can you please explain the below point in detail,

"Stylus Studio can backmap the actual wordML tag to the corresponding XSLT instruction or XML source;"

Also can you please explain how it can be done.

Postnext
(Deleted User) Subject: Preview and backmapping for word documents
Author: (Deleted User)
Date: 27 May 2008 02:54 AM
Hi Karthik,
if your stylesheet has an instruction like

<xsl:for-each select="sentence">
<w:r>
<w:t><xsl:value-of select="@text"/></w:t>
</w:r>
</xsl:for-each>

and generates something like

<w:r><w:t>line 1</w:t></w:r>
<w:r><w:t>line 2</w:t></w:r>
<w:r><w:t>line 3</w:t></w:r>

in the preview window you could click (in the text or XML view) on the "line 1" text so that the line with the "<xsl:value-of select="@text"/>" instruction is highlighted. Right clicking on the "line 1" and selecting "Backmap to XML" will open the source XML document and locate the "sentence" element from which the text was extracted.

Hope this helps,
Alberto

Posttop
Karthik SSubject: Preview and backmapping for word documents
Author: Karthik S
Date: 27 May 2008 04:29 AM
Thanks a lot Alberto.

 
Topic Page 1 2 3 4 5 6 7 8 9 Go to previous topicPrev TopicGo to next topicNext Topic
Download A Free Trial of Stylus Studio 6 XML Professional Edition Today! Powered by Stylus Studio, the world's leading XML IDE for XML, XSLT, XQuery, XML Schema, DTD, XPath, WSDL, XHTML, SQL/XML, and XML Mapping!  
go

Log In Options

Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio® and DataDirect XQuery ™are from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2016 All Rights Reserved.