Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • johns1972 6 posts 26 karma points
    Mar 18, 2010 @ 12:46
    johns1972
    0

    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>

     

  • Kim Andersen 1447 posts 2196 karma points MVP
    Mar 18, 2010 @ 13:25
    Kim Andersen
    0

    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

  • johns1972 6 posts 26 karma points
    Mar 18, 2010 @ 13:28
    johns1972
    0

    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

  • johns1972 6 posts 26 karma points
    Mar 18, 2010 @ 14:17
    johns1972
    0

    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

Please Sign in or register to post replies

Write your reply to:

Draft