Re: [C1] Generating a HTML frameset using XML/XSLT

2001-07-12 Thread Adrian Geissel
2001 6:00 PM Subject: Re: [C1] Generating a HTML frameset using XML/XSLT > I think the error message is clear enough... > The SAX parser waits for an "=" character after the attribute "FRAME"... > > Maybe it doesn't allow the '-' chara

Re: [C1] Generating a HTML frameset using XML/XSLT

2001-07-11 Thread Paul Sprague
riginal Message - From: Adrian Geissel To: [EMAIL PROTECTED] Sent: Wednesday, July 11, 2001 11:36 AM Subject: [C1] Generating a HTML frameset using XML/XSLT Hi,   We are just trying to put a dynamic frameset as the primary entry-point for our application, and

RE: [C1] Generating a HTML frameset using XML/XSLT

2001-07-11 Thread Kevin D'Allaird
Adrian, You must use valid XML... try noresize="yes" > scrolling="no" frameborder="0" noresize/> -Original Message- From: Adrian Geissel [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 11:37 AM To: [EMAIL PROTECTED] Subject: [C1] Generating

Re: [C1] Generating a HTML frameset using XML/XSLT

2001-07-11 Thread Paul Sprague
quot; scrolling="auto" frameborder="0"/>              ----- Original Message - From: Adrian Geissel To: [EMAIL PROTECTED] Sent: Wednesday, July 11, 2001 11:36 AM Subject: [C1] Generating a HTML frameset using XML/XSLT Hi,   We are just tr

Re: [C1] Generating a HTML frameset using XML/XSLT

2001-07-11 Thread Benoît Chauvet
I think the error message is clear enough... The SAX parser waits for an "=" character after the attribute "FRAME"... Maybe it doesn't allow the '-' character you use... Try instead... -- Benoît Chauvet - Please check that y

[C1] Generating a HTML frameset using XML/XSLT

2001-07-11 Thread Adrian Geissel
Hi,   We are just trying to put a dynamic frameset as the primary entry-point for our application, and using all that we've learnt so far, we created an XSP file with an associated stylesheet (included at the end of this mail). We get an unusual SAX exception when accessing the frameset:   o