I have simple question,
Can I use XSLT to transform HTML to other HTML.
If it's possible, how i should do this?
|
|
|
If your input HTML is well-formed XML, then you can use XSLT to transform your input HTML in any text format. |
|||||
|
TSaxon
You can invoke it like this:
|
|||
|
|
|
You could try TagSoup (http://home.ccil.org/~cowan/tagsoup/) for messy HTML and plug your XSLT into that. |
||||
|
|