Hey,
I can't seem to tell if my last
posted got to the mailing list. So sorry if this is redundant.
The problem is that the noresize key word is not in
the form of a name="value" pair.
<FRAME name="top" src="{@frame-top}"
marginwidth="10" marginheight="10" scrolling="no" frameborder="0"
noresize/>
should be this, in both places where noresize is
used.
<frame name="top" src="{@frame-top}"
marginwidth="10" marginheight="10" scrolling="no"
frameborder="0">
<xsl:attribute
name="noresize"/>
</frame>
|
- [C1] Generating a HTML frameset using XML/XSLT Adrian Geissel
- Re: [C1] Generating a HTML frameset using XML/XSLT Paul Sprague
- Re: [C1] Generating a HTML frameset using XML/XSLT Paul Sprague
- Re: [C1] Generating a HTML frameset using XML/XSLT Benoît Chauvet
- Re: [C1] Generating a HTML frameset using XML/XSL... Adrian Geissel
- RE: [C1] Generating a HTML frameset using XML/XSLT Kevin D'Allaird