Is there a way to convert
<img>foo.jpg</img>
to <img src="foo.jpg"> without scripting?
Also, in the Miscrosoft example summary.xsl
we have
<rule>
<target-element type="PREVIEW-SMALL"/>
<IMG src='=getAttribute("src")'
width='=getAttribute("width")'
height='=getAttribute("height")'
alt='=getAttribute("alt")'
border="1px solid black"/>
</rule>
how come the closing /> (in border=...) get converted to >
Handling HTML tags which have no end tag:
how do I introduce an <hr> tag in the action part of a rule?
Thanks,
Rakesh Mohan
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- scripting
- Rakesh Mohan - Thu, 26 Feb 1998 16:22:38 -0500 (EST) <=
- <Possible follow-ups>
- Jonathan Marsh - Thu, 26 Feb 1998 16:57:02 -0500 (EST)
|
|