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
Conferences Close Tree View
+ Stylus Studio Feature Requests (1126)
+ Stylus Studio Technical Forum (13844)
+ Website Feedback (244)
- XSLT Help and Discussion (7447)
-> + xml template design (2)
-> + String to array (2)
-> + Page Break with XSL-FO (4)
-> + Need help Translating string (2)
-> + Transforming input xml paramet... (3)
-> + How to transform node from inc... (2)
-> + XSL:FO Marker Question (2)
-> + trim after character...? (2)
-> + Convernting CSS + xsl to XSL:F... (2)
-> + save external image in xml/xsl (3)
-> + Table of Contents (2)
-> + Problem with select expression (2)
-> + Slow for-each select (7)
-> + Restructuring XML (2)
-> + Coloring xml output (3)
-> + Looping through xsl based on a... (5)
-> + Where is the wizard? (3)
-> + Save XML thru href (2)
-> + existing xslt, source and dest... (5)
-> + spliting xml files by certain ... (8)
-- Previous [541-560] [561-580] [581-600] Next
+ XQuery Help and Discussion (1870)
+ Stylus Studio FAQs (159)
+ Stylus Studio Code Samples & Utilities (361)
+ Stylus Studio Announcements (113)
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
Alberto MassariSubject: Preview and backmapping for word documents
Author: Alberto Massari
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
Alberto MassariSubject: Preview and backmapping for word documents
Author: Alberto Massari
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.

   
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-2011 All Rights Reserved.