Copied to clipboard

Flag this post as spam?

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


  • Giorgos Grispos 145 posts 179 karma points
    Mar 12, 2009 @ 15:02
    Giorgos Grispos
    0

    Simple question on XSLT + xsl:attribute

    That piece of xslt

    [code]




    [/code]

    returns this

    [code]

    [/code]

    How can I get just this

    [code]

    [/code]

    Any ideas guys?

    Thanks
    Gio

  • Ismail Mayat 4511 posts 10059 karma points MVP 2x admin c-trib
    Mar 12, 2009 @ 15:06
    Ismail Mayat
    0

    girion,

    In your xslt change




    to




    Regards

    Ismail

  • Giorgos Grispos 145 posts 179 karma points
    Mar 12, 2009 @ 15:47
    Giorgos Grispos
    0

    Thanks Ismail

    but that returns a non valid xtml page

    ...

    I got another solution for my problem anyway I change the way the loop works

    Cheers,
    Giroin

  • Rasmus Berntsen 215 posts 253 karma points c-trib
    Mar 12, 2009 @ 16:06
    Rasmus Berntsen
    0

    If it's not too complicated then share your solution here... Someday somebody might have the same problem as you. ;)

  • Giorgos Grispos 145 posts 179 karma points
    Mar 12, 2009 @ 18:38
    Giorgos Grispos
    0

    Ok it was wrong the way I was trying before

    that's a proper way to have a loop while having a div using attributes :d/
    [code]






    [/code]

    thanks guys anw
    Giorgos

  • sun 403 posts 395 karma points
    Mar 17, 2009 @ 07:01
    sun
    0


  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies