xsl-list
[Top] [All Lists]

[xsl] RE: Replacing the space character with another character

2007-05-14 03:52:46

Gladly.


<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="
1.0">

<!-- Output an XML doc with the following XML version info and DOCTYPE
statement.  -->
   <xsl:output method="xml" version="1.0" encoding="utf-8"
doctype-public="-//IBM//DTD DITA Composite//EN" doctype-system="ditabase.dtd
"/>


Regards,
Mark


On 5/14/07, mozer <xmlizer(_at_)gmail(_dot_)com> wrote:

Can you give the first few lines of your XSLT stylesheet (say until
the first xsl:template) ?


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--