Subject: Re: HTML | XSLT -> HTML
From: "Matthew MacKenzie" <matt@xxxxxxxxxxxxxxx>
Date: Wed, 12 May 1999 17:44:31 -0700
|
> Would it be possible to use one of the XSL
> systems to tranform HTML to (slightly different) HTML?
> The HTML from WYSIWYG programs seems regular...
I can't see why not. The only problems may be that a lot of your tags are
missing their /'s, for instance, in XML, <br> would have to be <br/>,
<hr> == <hr/>
and so on. You could do some simple search and replaces on the old HTML
prior to running the files through a spreadsheet.
________________________
Matthew MacKenzie
XML Global Technologies, Inc.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|