Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to Software Development on Codidact!

Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.

Post History

60%
+1 −0
Q&A How to show XML in browser?

XSL and XSLT is a good way to provide a theme or stylesheet to XML files including RSS and Atom feeds. By the way Atom is so much better than RSS and RSS as a feed standard sucks. I think there wa...

posted 2y ago by desbest‭  ·  edited 2y ago by desbest‭

Answer
#4: Post edited by user avatar desbest‭ · 2021-10-22T17:03:42Z (over 2 years ago)
#3: Post edited by user avatar desbest‭ · 2021-10-22T17:03:38Z (over 2 years ago)
  • XSL and XSLT is a good way to provide a theme or stylesheet to XML files including RSS and Atom feeds. By the way Atom is so much better than RSS and RSS as a feed standard sucks.
  • I think there was XSL beforehand but it got replaced with XSLT to provide more features. W3Schools removed their XSL tutorials but [there's an archive here](https://archive.md/reptJ). For now they have [XSLT tutorials](https://www.w3schools.com/xml/xsl_intro.asp).
  • [Here's a good XSLT tutorial on W3Schools.](https://www.w3schools.com/xml/xsl_intro.asp)
  • If you're at a loss, you can find a [good XSL tutorial here](https://www.petefreitag.com/item/208.cfm) in a practical manner that provides an example solution, rather than technical.
  • XSL and XSLT is a good way to provide a theme or stylesheet to XML files including RSS and Atom feeds. By the way Atom is so much better than RSS and RSS as a feed standard sucks.
  • I think there was XSL beforehand but it got replaced with XSLT to provide more features. W3Schools removed their XSL tutorials but [there's an archive here](https://archive.md/reptJ). For now they have [XSLT tutorials](https://www.w3schools.com/xml/xsl_intro.asp).
  • If you're at a loss, you can find a [good XSL tutorial here](https://www.petefreitag.com/item/208.cfm) in a practical manner that provides an example solution, rather than technical.
#2: Post edited by user avatar desbest‭ · 2021-10-22T17:03:10Z (over 2 years ago)
  • XSL and XSLT is a good way to provide a theme or stylesheet to XML files including RSS and Atom feeds. Atom is much better than RSS.
  • I think there was XSL beforehand but it got replaced with XSLT to provide more features. W3Schools removed their XSL tutorials but [there's an archive here](https://archive.md/reptJ). For now they have [XSLT tutorials](https://www.w3schools.com/xml/xsl_intro.asp).
  • [Here's a good XSLT tutorial on W3Schools.](https://www.w3schools.com/xml/xsl_intro.asp)
  • If you're at a loss, you can find a [good XSL tutorial here](https://www.petefreitag.com/item/208.cfm) in a practical manner that provides an example solution, rather than technical.
  • XSL and XSLT is a good way to provide a theme or stylesheet to XML files including RSS and Atom feeds. By the way Atom is so much better than RSS and RSS as a feed standard sucks.
  • I think there was XSL beforehand but it got replaced with XSLT to provide more features. W3Schools removed their XSL tutorials but [there's an archive here](https://archive.md/reptJ). For now they have [XSLT tutorials](https://www.w3schools.com/xml/xsl_intro.asp).
  • [Here's a good XSLT tutorial on W3Schools.](https://www.w3schools.com/xml/xsl_intro.asp)
  • If you're at a loss, you can find a [good XSL tutorial here](https://www.petefreitag.com/item/208.cfm) in a practical manner that provides an example solution, rather than technical.
#1: Initial revision by user avatar desbest‭ · 2021-10-22T17:02:35Z (over 2 years ago)
XSL and XSLT is a good way to provide a theme or stylesheet to XML files including RSS and Atom feeds. Atom is much better than RSS.

I think there was XSL beforehand but it got replaced with XSLT to provide more features. W3Schools removed their XSL tutorials but [there's an archive here](https://archive.md/reptJ). For now they have [XSLT tutorials](https://www.w3schools.com/xml/xsl_intro.asp).

[Here's a good XSLT tutorial on W3Schools.](https://www.w3schools.com/xml/xsl_intro.asp)

If you're at a loss, you can find a [good XSL tutorial here](https://www.petefreitag.com/item/208.cfm) in a practical manner that provides an example solution, rather than technical.