CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    May 2001
    Posts
    28

    a XSL question...

    Dear all,

    ( I use '{' as '', sorry to use weird symbols because this posting program got problem!!)

    I want to do something like this:
    {td class="{xsl:value-of select='setups/text1/fontClass'/}"}xxx{/td}


    too bad it's not valid in XSL, can anyone help? Thanks a million!


    KF

  2. #2
    Join Date
    Apr 2000
    Location
    Dallas, TX
    Posts
    173

    Re: a XSL question...

    Use:

    pjp

    Preston Park
    CTT+, MCT, MCSD
    http://www.prestonpark.com/

  3. #3
    Join Date
    May 2001
    Posts
    28

    Re: a XSL question...

    Thanks pjp, it works!

    KF

  4. #4
    Join Date
    Aug 1999
    Location
    Romania, Bucharest
    Posts
    253

    Re: a XSL question...

    please rate the post that help you


  5. #5
    Join Date
    Jul 2001
    Location
    Mumbai,India
    Posts
    382

    Re: a XSL question...

    Thanks a lot! pjpark.

    I had a similar question and your idea worked for me too.

    Regards,
    The Beret.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured