Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Does somebody know how you write this in xslt
<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?> <links> <link name="Main" ref="index.html"/> <link name="Pictures & Videos" ref="#"> <inLink name="Image Gallery" ref="pictures.html"/> <inLink name="Photoshop Tutorial" ref="photoTut.html"/> </link> <link name="Programming" ref="xmlflash.html"> <inLink name="XML flash tutorial" ref="xmlflash.html"/> <inLink name="Nightshot Noise" ref="nightShot.html"/> </link> <link name="Flash Games" ref="snakeFlash.html"> <inLink name="Arkanoid Clone" ref="arkanoidFlash.html"/> <inLink name="Snake" ref="snakeFlash.html"/> <inLink name="The Cell" ref="cellFlash.html"/> </link> <link name="3D Design" ref="lightwave.html"> <inLink name="Blender 3D" ref="blender.html"/> <inLink name="3D Studio" ref="3dstudio.html"/> <inLink name="Lightwave" ref="lightwave.html"/> </link> <link name="LW Plugin" ref="tvplugin.html"/></links>
You want to create a navigation-menu from that XML, or what is your question? And what do you mean about "Flash navigation"?
/Kim A
hai,
I've got a swf menu and a link.xml that's what above is telling. The swf search for the link.xml i've change the link in the fla (swf) Now iam trying to get the text above in xslt but i don't know how to do that?
gr, John
I got it almost only the link to that page:
my code
<link name="{./@nodeName}" ref="home.aspx"/>
Home.aspx has to be changed into a code he has to look at the nodename page
does somebody knows this?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Flash Navigation
Does somebody know how you write this in xslt
<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
<links>
<link name="Main" ref="index.html"/>
<link name="Pictures & Videos" ref="#">
<inLink name="Image Gallery" ref="pictures.html"/>
<inLink name="Photoshop Tutorial" ref="photoTut.html"/>
</link>
<link name="Programming" ref="xmlflash.html">
<inLink name="XML flash tutorial" ref="xmlflash.html"/>
<inLink name="Nightshot Noise" ref="nightShot.html"/>
</link>
<link name="Flash Games" ref="snakeFlash.html">
<inLink name="Arkanoid Clone" ref="arkanoidFlash.html"/>
<inLink name="Snake" ref="snakeFlash.html"/>
<inLink name="The Cell" ref="cellFlash.html"/>
</link>
<link name="3D Design" ref="lightwave.html">
<inLink name="Blender 3D" ref="blender.html"/>
<inLink name="3D Studio" ref="3dstudio.html"/>
<inLink name="Lightwave" ref="lightwave.html"/>
</link>
<link name="LW Plugin" ref="tvplugin.html"/>
</links>
You want to create a navigation-menu from that XML, or what is your question? And what do you mean about "Flash navigation"?
/Kim A
hai,
I've got a swf menu and a link.xml that's what above is telling. The swf search for the link.xml i've change the link in the fla (swf) Now iam trying to get the text above in xslt but i don't know how to do that?
gr, John
I got it almost only the link to that page:
my code
<link name="{./@nodeName}" ref="home.aspx"/>
Home.aspx has to be changed into a code he has to look at the nodename page
does somebody knows this?
gr, John
is working on a reply...