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. General Programming
  3. XML / XSL
  4. XSL Transformation Query

XSL Transformation Query

Scheduled Pinned Locked Moved XML / XSL
xmlhelpdatabase
2 Posts 2 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.
  • P Offline
    P Offline
    Prashant C
    wrote on last edited by
    #1

    Please Help me in solving this problem... I have two xml files First File <root> <elm id="1"> <elm id="2"> <elm id="3"> </root> Second File <root> <EL id="1"> <EL id="2"> </root> now i want filter the first file elements based on Second file attribute, means i want to compare second file attribute and first file attribute in XSLT :((:((:((

    G 1 Reply Last reply
    0
    • P Prashant C

      Please Help me in solving this problem... I have two xml files First File <root> <elm id="1"> <elm id="2"> <elm id="3"> </root> Second File <root> <EL id="1"> <EL id="2"> </root> now i want filter the first file elements based on Second file attribute, means i want to compare second file attribute and first file attribute in XSLT :((:((:((

      G Offline
      G Offline
      George L Jackson
      wrote on last edited by
      #2

      In order to get the second document into the XSLT process, you can pass the second document via a parameter from a source such as C# or VB.NET or you can load the second document via the XSLT "document" function. The you will have to write XSLT code to address your problem. -- modified at 15:28 Thursday 16th August, 2007

      "We make a living by what we get, we make a life by what we give." --Winston Churchill

      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