[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] Processing inner elements


Subject: [xsl] Processing inner elements
From: "Guy" <guy@xxxxxxxxxxx>
Date: Fri, 29 Dec 2006 10:12:40 -0500

This must be a trivial question but I cannot find any reference to the
standard way of processing this. Here is a fragment of XML:

<para>This is a sentence<break/>
	<image src=http://site.com/image/image.jpg/><break/>
	And a second sentence.
</para>

Assuming that you are at the <para> node, how does one typically transform
that into the obvious HTML that is required?

I know that a straight <xsl:value-of...> and <xsl:copy-of...> will not work.

Thanks!
Guy


Current Thread