XSL as XML transformation

Kay Michael Michael.Kay at icl.com
Thu Apr 8 21:04:48 BST 1999


> Does this mean that its possible to use XSL to do transformation 
> from one XML document type to another?

Yes.

> If so are there any gotchas that I should be concerned with?

Yes.

1. There must be a one-to-one mapping of input documents to output
documents.

2. There are no facilities for algorithmic transformations of attributes or
element content.

3. There are no facilities for adding "grouping" nodes (e.g. changing
 <H2></H2><P></P><P></P><H2></H2><P></P><P></P> to
 <S2><H2></H2><P></P><P></P></S2><S2><H2></H2><P></P><P></P></S2>


Mike Kay
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ic.ac.uk/pipermail/xml-dev/attachments/19990408/d63b7e25/attachment.htm


More information about the Xml-dev mailing list