Wrox Programmer Forums
Go Back   Wrox Programmer Forums > XML > XSLT
|
XSLT General questions and answers about XSLT. For issues strictly specific to the book XSLT 1.1 Programmers Reference, please post to that forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the XSLT section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 15th, 2007, 03:34 AM
Authorized User
 
Join Date: Jun 2003
Posts: 57
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Kabe
Default clean white space and comments

how can I easy clean an xslt to make ready for production?
make ready= clean op all and remove whitespace

eg
<root>

    <el2>blabla</el2>
</root>

to get this:
<root><el2>blabla</el2></root>

kristof





Similar Threads
Thread Thread Starter Forum Replies Last Post
White space is required between the public identif ashok.andena XSLT 2 June 2nd, 2008 05:27 AM
White-space preserved David P. Manning XML 1 April 24th, 2007 07:50 AM
TRIM WHITE SPACE vickr1z SQL Language 3 January 12th, 2007 12:39 AM
code to clean and modify dbase lord_brighton Access VBA 0 August 8th, 2004 07:26 AM
White space sundar_revathi XSLT 2 May 17th, 2004 05:29 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.