<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2232.0">
<TITLE>RE: XSL as XML transformation</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>&gt; Does this mean that its possible to use XSL to do transformation </FONT>
<BR><FONT SIZE=2>&gt; from one XML document type to another?</FONT>
</P>

<P><FONT SIZE=2>Yes.</FONT>
</P>

<P><FONT SIZE=2>&gt; If so are there any gotchas that I should be concerned with?</FONT>
</P>

<P><FONT SIZE=2>Yes.</FONT>
</P>

<P><FONT SIZE=2>1. There must be a one-to-one mapping of input documents to output documents.</FONT>
</P>

<P><FONT SIZE=2>2. There are no facilities for algorithmic transformations of attributes or element content.</FONT>
</P>

<P><FONT SIZE=2>3. There are no facilities for adding &quot;grouping&quot; nodes (e.g. changing</FONT>
<BR><FONT SIZE=2>&nbsp;&lt;H2&gt;&lt;/H2&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H2&gt;&lt;/H2&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt; to</FONT>
<BR><FONT SIZE=2>&nbsp;&lt;S2&gt;&lt;H2&gt;&lt;/H2&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/S2&gt;&lt;S2&gt;&lt;H2&gt;&lt;/H2&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/S2&gt;</FONT>
</P>
<BR>

<P><FONT SIZE=2>Mike Kay</FONT>
</P>

</BODY>
</HTML>