Hi folks I am starting out by trying to build a links list area for my site, and store the links as well as the href tags in the XML. I am running into a snag.
Do I need some sort of escape character in the tag containing the <a href tags? It seems that that the contents of the tag renders fine but doesn't creat a link. Advice?
Haven't read up on XSLT yet so that might be the solution to all me issues. Again just starting, any advice on books or sources are helpful.
Thanks in advance.
Do I need some sort of escape character in the tag containing the <a href tags? It seems that that the contents of the tag renders fine but doesn't creat a link. Advice?
Haven't read up on XSLT yet so that might be the solution to all me issues. Again just starting, any advice on books or sources are helpful.
Thanks in advance.
-
Re: Learning
Sun, January 11, 2004 - 4:08 PMHow are you processing the XML into HTML? Please describe all the pieces/procedures involved. For example, you use Cocoon or Axkit along with an XSLT stylesheet to take your XML file and render it into HTML. And are you using something like this?
<xsl:output method="html" media-type="text/html" />
It might also help to see a snippet of the code that isn't getting displayed the way you want, as well as the transformed version.
Thanks!