K
kbozek
I have an XSLT transform that will create an XML to XML transformation
in the parent child format.
I really want to output the elements and attributes on a single line
such as:
<image name="car.jpg" size="5000" /><image type = "jpg" compression =
"20" />
....
....
<image name="talk.jpg" size="15000" /><image type = "jpg" compression
= "11" />
....
....
Yet, fooling around with the xsl:elements and xsl:attribute does not
quite get me there. Perhaps I am misunderstanding something in the
descriptions of elements and attributes. I've tried searching for the
answer but have come up blank so far.
Thanks.
Keith
in the parent child format.
I really want to output the elements and attributes on a single line
such as:
<image name="car.jpg" size="5000" /><image type = "jpg" compression =
"20" />
....
....
<image name="talk.jpg" size="15000" /><image type = "jpg" compression
= "11" />
....
....
Yet, fooling around with the xsl:elements and xsl:attribute does not
quite get me there. Perhaps I am misunderstanding something in the
descriptions of elements and attributes. I've tried searching for the
answer but have come up blank so far.
Thanks.
Keith