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