I'm having trouble getting xlink to work. I have the attributes set up right, I know they work because I removed the "type" attribute set while defining the style sheet.
<div class="codetop">
PHP Code:
<?xml version="1.0"?> <?xml-stylesheet type="text/xsl" href="top100.xsl"?> <page xmlns:xlink="http://www.w3.org/1999/xlink"> <content> <title xlink:show="new" xlink:type="arc" xlink:href="http://www.deviantart.com/deviation/46318275/"> iPhone </title>
<type> .PSD File </type>
<author> =manicho </author> </content> </page>
How can I get the xlink attributes to apply while still using the xsl transformation?
|