Subject: RE: Replacing the space character with another character
From: "Mark Peters" <flickrmeister@xxxxxxxxx>
Date: Mon, 14 May 2007 06:52:33 -0400
|
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@xxxxxxxxx> wrote:
>
> Can you give the first few lines of your XSLT stylesheet (say until
> the first xsl:template) ?
|