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 (1192)
+ Stylus Studio Technical Forum (14621)
+ Website Feedback (249)
- XSLT Help and Discussion (7625)
-> + Mapping complex document with ... (8)
-> + Sorting in XSLT (2)
-> + xsl date time adding... (16)
-> - Flat XML to nested XML convers... (1)
-> + parser for parsing XSL file (2)
-> - q on group function (1)
-> + compare 2 date value using xsl (2)
-> - Remove namespaces from SOAP pa... (1)
-> + Numeric string not displaying ... (3)
-> + where is the old HTM to XSL wi... (2)
-> + XSLT variable path (2)
-> + Sort by lookup values & styles... (2)
-> + Hi without hard code filed na... (2)
-> + XSLT output does not work (2)
-> + How can I do this javascript i... (2)
-> + Paging with XSL and passing UR... (2)
-> + XPath Condition Query (3)
-> + Xalan Multiple XML Output Over... (3)
-> + Inserting Line Break (2)
-> + Get Value from non-standard xm... (2)
-- Previous [541-560] [561-580] [581-600] Next
+ XQuery Help and Discussion (2016)
+ Stylus Studio FAQs (159)
+ Stylus Studio Code Samples & Utilities (364)
+ 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
(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.

   
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.