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 10 11 12 13 14 15 16 17 18 19 20 Go to previous topicPrev TopicGo to next topicNext Topic
Postnext
Peter HonSubject: After Indent, how to change XML back to one line
Author: Peter Hon
Date: 13 Feb 2006 03:48 AM
Dear all,

I got a XML message from a Program which is in One Line, I indented it in Stylus Studio. But after editing, I need to change the text back to one line, please suggest how to do it?

Thanks

Posttop
Minollo I.Subject: After Indent, how to change XML back to one line
Author: Minollo I.
Date: 13 Feb 2006 09:15 AM
Peter,
Stylus Studio doesn't expose an editing command to strip all the whitespaces. But if you create this XSLT...

<?xml version='1.0'?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
<xsl:copy-of select="."/>
</xsl:template>
</xsl:stylesheet>

... and you set Stylus Studio to use Saxon 8.x, and in the Saxon 8.x settings you instruct it to strip all whitespaces, the result of the transformation should be what you are looking for.

It should be also relatively easy to configure that as a custom tool in Stylus Studio using the Saxon command line, so that you can run it as a simple request from the UI.

Hope this helps,
Minollo

 
Topic Page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 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.