RE: RE: [xsl] creating frames with xsl without javascript

Subject: RE: RE: [xsl] creating frames with xsl without javascript
From: cknell@xxxxxxxxxx
Date: Fri, 20 May 2005 06:03:56 -0400
I was just making a small joke at your expense because a question such as yours cannot be effectively answered without more information. It is the kind of question that is often asked on the list and the standard answer is:

1) Supply a sample of the XML document that is to be transformed.
2) Supply a sample of the desired output document (in this case it appears that you want to generate HTML, although you didn't say so explicitly).

Armed with these two pieces of information, someone on the list can show you what needs to be done. Without this information, any answer someone could supply is likely to be terse (as mine was), impossibly convoluted (because it will be too general and therefor vague), or we will have to make up our own input and output, which may be hard for you to map over to your problem domain.

I'll be busy until this afternoon (EDT), so if you supply this information and no one has provided guidance before then, I'll take a look at it later today.

-- 
Charles Knell
cknell@xxxxxxxxxx - email



-----Original Message-----
From:     Bovy, Stephen J <STEPHEN.Bovy@xxxxxx>
Sent:     Thu, 19 May 2005 19:47:03 -0400
To:       <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Subject:  RE: [xsl] creating frames with xsl without javascript

How about a clue please

the frame element requires a url,

how can I fill or set the contents of the frame element ??? 

-----Original Message-----
From: cknell@xxxxxxxxxx [mailto:cknell@xxxxxxxxxx] 
Sent: Thursday, May 19, 2005 3:31 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: [xsl] creating frames with xsl without javascript

Yes.
--
Charles Knell
cknell@xxxxxxxxxx - email



-----Original Message-----
From:     Bovy, Stephen J <STEPHEN.Bovy@xxxxxx>
Sent:     Thu, 19 May 2005 18:01:10 -0400
To:       <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Subject:  [xsl] creating frames with xsl without javascript

 
I would like to use xsl to create several frames in
my doc, I would like to populate one frame with 
part of my xml, and the other with the other part.
And I do not want to use any java script,  

can it be done ?????

Current Thread