Re: [xsl] Re: how to apply an XSL transformation on a "pseudo-HTML" file

Subject: Re: [xsl] Re: how to apply an XSL transformation on a "pseudo-HTML" file
From: Stan Devitt <jsdevitt@xxxxxxxxxxxxxx>
Date: Wed, 17 Dec 2003 09:15:00 -0500
Tidy is configurable to recognize your custom tags,
and in particular, adding the configuration options like

new-blocklevel-tags: meta:mytag, meta:mytag2
new- inline-tags: meta:value
new-empty-tags: meta:placeholder

seems to work just fine in any of the examples
I have tried (including some with missing end
tags for the new elements).


Is this mechanism failing on your specific examples?

Stan Devitt

"Fabrice Estiévenart" <fe@xxxxxxxx> wrote in message
news:5.1.0.14.0.20031217112114.0301b8c0@xxxxxxxxxxxx


hi,

i'd like to transform an pseudo-html file - i.e. html file including some
user-defined tags such as <meta:element>, <meta:value>,... - with an XSL
stylesheet

tools such as tidy do not help me because they do not recognize my tags










XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread