Re: Parsing error with URL ">

2004-05-11 Thread david_n_bertoni
> Thanks Joseph! > > I tried the following but still have error: any ideas?? > > Web Site URL > > file:///D:/URLParsingError/website.xsl; Line #5; Column #57; XSLT Error > (javax.xml.transform.TransformerConfigurationException): javax.xml.transform.Tr > ansformerException: javax.xml.transform.Tran

Re: Parsing error with URL ">

2004-05-11 Thread Joseph Kesselman
> Web Site URL You didn't terminate the xsl:attribute element Web Site URL Attribute value templates are also a legitimate solution, of course. __ Joe Kesselman, IBM Next-Generation Web Technologies: XML, XSL and more. "The world changed profoundly an

Re: Parsing error with URL ">

2004-05-11 Thread Frederic Laurent
Matt Louden wrote: Thanks Joseph! I tried the following but still have error: any ideas?? Web Site URL Well, I answered you 30 minutes after your post, and said http://marc.theaimsgroup.com/?l=xalan-j-users&m=108420501304017&w=2 you have not seen my post ? :( HTH Frédéric Laurent -- XPath free

Re: Parsing error with URL ">

2004-05-11 Thread Matt Louden
Thanks Joseph!   I tried the following but still have error: any ideas?? Web Site URL file:///D:/URLParsingError/website.xsl; Line #5; Column #57; XSLT Error (javax.xml.transform.TransformerConfigurationException): javax.xml.transform.TransformerException: javax.xml.transform.TransformerException:

Re: Parsing error with URL ">

2004-05-10 Thread Frédéric Laurent
Matt Louden wrote: I encountered the following error when XSL file has ">. > Any ideas?? sure, you can not have a " character in a string href="" (as in any language) use the Attribute Value Template [1] instead [1] http://www.w3.org/TR/xslt.html#attribute-value-templates HTH Frédéric Laurent -

Parsing error with URL ">

2004-05-10 Thread Matt Louden
I encountered the following error when XSL file has ">. Any ideas?? D:\\URLParsingError>java org.apache.xalan.xslt.Process -in website.xml -xsl website.xsl -out website.html[Fatal Error] website.xsl:5:14: The value of attribute "HREF" associated with an element type "A" must not contain the '<' ch