Click here to Skip to main content
15,888,011 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have been recently experimenting with xml and xsl, and I am trying to make a list for video game music.

This is my code: https://pastebin.com/PYNysGaS# and https://pastebin.com/mPBWxMX1#

And whenever I open it on msedge, nothing appears on the screen, am I doing something wrong?

What I have tried:

I have tried tweaking the code and files but nothing seems to be working.
Posted
Updated 27-May-22 19:33pm

1 solution

Why would you expect a browser - any browser, not just an also-ran like Edge - to display anything from an XML file? It's just data, it doesn't "know" what you want it to do!

Try loading it here: https://codebeautify.org/xmlviewer[^] and press the "Tree view" button ...
 
Share this answer
 
Comments
Eric Carvalho Ferreira 28-May-22 8:02am    
Well, I think it should be able to read it since I actually put a link tag to connect the first file(index.xml) with the second file(stylesheet.xsl) and I've seen people using xml and xsl in their web pages.
And if you for some reason didn't read the files, please read them to give me a more in-depth explanation.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900