> 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
> 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
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
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:
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
-
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