Anamitra,
This is the mailing list for Xalan related discussion.
The stylesheet you presented does nothing. You've
defined no templates so the default template is executing,
with the correct output. Add some templates and you
should start to see thing happen.
Paul
Anamitra.Bhattachary
[EMAIL PROTECTED] To: [EMAIL PROTECTED]
cc: (bcc: Paul Dick/CAM/Lotus)
11/16/2001 12:28 PM Subject: xsl:strip-space bug?
Please respond to
xalan-dev
Hi all
I am trying to write an xsl script which strips all those elements in the
input xml files which contails white space as their values - and thought of
using this simple script -
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version
="1.0">
<xsl:strip-space elements="*"/>
</xsl:stylesheet>
But when I run it on xalan transformer I get only the text and no elements
- am I doing something wrong or this is a bug in the xalan processor?? Is
there any mailing list where I can register to ask this question?
thanks
Anamitra