Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. XSL Help

XSL Help

Scheduled Pinned Locked Moved Web Development
xmlhelpquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    Lilian Chan Grant
    wrote on last edited by
    #1

    I have to format some data into a table. It will be column driven rather than row driven. How hard is this? Can anyone show me an exmple? Station 1 Station 2 Station 3 WKRP WDC1 WSSX Talk Rock Top 40 I can implement it either way, but I want my XML file to be logical. 1 WKRP Talk Oh, and oh, lawd, can someone send me a link to a site that will list XSL help, like a cheatsheet of what all the tags are/mean? Thanks! Lilian

    D D 2 Replies Last reply
    0
    • L Lilian Chan Grant

      I have to format some data into a table. It will be column driven rather than row driven. How hard is this? Can anyone show me an exmple? Station 1 Station 2 Station 3 WKRP WDC1 WSSX Talk Rock Top 40 I can implement it either way, but I want my XML file to be logical. 1 WKRP Talk Oh, and oh, lawd, can someone send me a link to a site that will list XSL help, like a cheatsheet of what all the tags are/mean? Thanks! Lilian

      D Offline
      D Offline
      Digory
      wrote on last edited by
      #2

      Lilian, Best thing that I can recommend is that you pick up a good book on the subject. My 2 personal favourites are:     o XML for ASP.NET Developers       [ does an excellent job in explaining XSLT and XPath ]     o XSLT 2nd Edition (Worx Press)       [ XSLT? What do you want to know :) ] In addition to that, here's a neat link to test out your newly found XPath'ing skills...     http://staff.develop.com/aarons/bits/xpath-builder/xpath.htm and a couple of expressions to play around with... GETTING THE COMMENT     //comment()     //comment()[position()=1] GETTING THE 3 SIBLINGS UNDER THE COMMENT     //comment()[position()=1]/following-sibling::* OR JUST THE MIDDLE ONE     //comment()[position()=1]/following-sibling::LineItem[position()=2]     //comment()[position()=1]/following::LineItem[position()=2] HTH :)

      1 Reply Last reply
      0
      • L Lilian Chan Grant

        I have to format some data into a table. It will be column driven rather than row driven. How hard is this? Can anyone show me an exmple? Station 1 Station 2 Station 3 WKRP WDC1 WSSX Talk Rock Top 40 I can implement it either way, but I want my XML file to be logical. 1 WKRP Talk Oh, and oh, lawd, can someone send me a link to a site that will list XSL help, like a cheatsheet of what all the tags are/mean? Thanks! Lilian

        D Offline
        D Offline
        Danny Quinn
        wrote on last edited by
        #3

        Download this from MS. Quite handy reference. http://msdn.microsoft.com/downloads/samples/internet/default.asp?url=/downloads/samples/internet/xml/multiple\_views/default.asp :cool: Dan ---

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups