(sorry... forgot to escape the tags)
I've installed PHP with Sablotron, and I've got everything working, except for one small issue.
Here's a snippet of the XML code that is being provided to me:
<Visual>
<visualFile>
<imgTitle><![CDATA[Lungs]]></imgTitle>
<img src="/images/ency/tnails/1103t.jpg" alt="Lungs"/>
<a href="/imagepage/1103.htm"/>
</visualFile>
</Visual>
When I use <xsl:value-of select="visualFile"> All I get is the info in <imgTitle> (the CDATA info - "Lungs"). I need to be able to get the value of the HREF and the IMG, but I can't seem to figure out the correct syntax to get it.
Anyone have any suggestions for me?