RE: [xsl] Dynamic creation of frames & the data within

Subject: RE: [xsl] Dynamic creation of frames & the data within
From: Anthony Ikeda <anthony.ikeda@xxxxxxxxxxxxxxxx>
Date: Tue, 2 Jan 2001 14:27:14 +1100
I just came across this thread and would like to suggest that perhaps the
xsl:element tag might become handy:

<xsl:element name="frame">
	<xsl:attribute name="marginwidth">20</xsl:attribute>
	<xsl:attribute name="marginheight">0</xsl:attribute>
	<xsl:attribute name="NORESIZE"/>
	<xsl:attribute name="src">.........HTML...........</xsl:attribute>
</xsl:element>

I haven't tested this yet, but wouldn't this make more sense than resorting
to browser specific Javascript?

Cheers,
Anthony Ikeda,
Web Application Developer,
Proxima Technology,

Level 13,
181 Miller Street,
North Sydney
Australia


PH: +612-9458-1718
Mob: 041 624 5143


> -----Original Message-----
> From: Linda Santiago [mailto:lasantia@xxxxxxxxxx]
> Sent: Wednesday, 20 December 2000 3:32 AM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] Dynamic creation of frames & the data within
> 
> 
> I am trying to create an page with 4 frames where one of the frames:
>   <FRAME marginwidth="20" marginheight="0" NORESIZE src=(??? - dynamic
> data)>
> 
> The only way we've found to include dynamic data in SRC is:
>   <FRAME marginwidth="20" marginheight="0" NORESIZE src="javascript:
> '<HTML> . . . </HTML>'"
> 
> Is there a better way to do this? Or another way to do this?
> 
> Linda A Santiago
> ISX Development/T&M ISU
> Phone:  (954) 938-3935, T/L 599-3935
> Fax:        (954) 958-6970, T/L 599-6970
> E-Mail:   lasantia@xxxxxxxxxx
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 

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


Current Thread