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. Please, need help. Thank You.

XSL. Please, need help. Thank You.

Scheduled Pinned Locked Moved XML / XSL
xmlcsharpasp-netcomhelp
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.
  • S Offline
    S Offline
    shapper
    wrote on last edited by
    #1

    Hello, I created a XSL file to convert a XML file to another XML. I am running this in Asp.Net but this is not working. ----- ORIGINAL XML ----- ----- What XML result should be (Domain Parameter = "http://www.domain.com") ----- < urlset xmlns="http://www.google.com/schemas/sitemap/0.84"> < url> < loc>http://www.mydomain.com/Contacts.aspx < changefreq>daily < lastmod>2006-11-01T20:25:42+01:00 < priority>0.4 ----- XSL ----- Could someone, please, tell me why is this not working? And is there a software or web site where I can test a XSL conversion? Thanks, Miguel

    G 1 Reply Last reply
    0
    • S shapper

      Hello, I created a XSL file to convert a XML file to another XML. I am running this in Asp.Net but this is not working. ----- ORIGINAL XML ----- ----- What XML result should be (Domain Parameter = "http://www.domain.com") ----- < urlset xmlns="http://www.google.com/schemas/sitemap/0.84"> < url> < loc>http://www.mydomain.com/Contacts.aspx < changefreq>daily < lastmod>2006-11-01T20:25:42+01:00 < priority>0.4 ----- XSL ----- Could someone, please, tell me why is this not working? And is there a software or web site where I can test a XSL conversion? Thanks, Miguel

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

      Your schemas did not match: Original XML: xmlns="http://schemas.microsoft.com/ASPNet/SiteMap-File-1.0" XSLT: xmlns:dk="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" Notice ASPNet <> AspNet!

      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