Skip to content

Commit 5431a63

Browse files
authored
Update external XSLT links and move them to the guide (mdn#40591)
The "Hands-on XSL" article is no longer hosted at developer.ibm.com
1 parent a02fb4e commit 5431a63

File tree

2 files changed

+4
-5
lines changed
  • files/en-us/web

2 files changed

+4
-5
lines changed

files/en-us/web/api/xsltprocessor/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,3 @@ async function sort() {
330330

331331
- [XSLT](/en-US/docs/Web/XML/XSLT)
332332
- [Transforming with XSLT](/en-US/docs/Web/XML/XSLT/Guides/Transforming_XML_with_XSLT)
333-
- [Chapter 15 of the XML 1.1 Bible: XSL Transformations](https://www.ibiblio.org/xml/books/bible3/chapters/ch15.html)
334-
- [XSLT Tutorial](https://zvon.org/xxl/XSLTutorial/Books/Book1/index.html) at [zvon.org](https://zvon.org/)
335-
- [XPath Tutorial](https://zvon.org/xxl/XPathTutorial/General/examples.html) at [zvon.org](https://zvon.org/)

files/en-us/web/xml/xslt/guides/transforming_xml_with_xslt/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,11 +355,13 @@ The final XSLT stylesheet looks as follows:
355355

356356
### Articles
357357

358-
- [Hands-on XSL](https://developer.ibm.com/technologies/web-development/) by Don R. Day
358+
- [XSL Transformations](https://www.ibiblio.org/xml/books/bible3/chapters/ch15.html) by Elliotte Rusty Harold
359359
- [What is XSLT?](https://www.xml.com/pub/a/2000/08/holman/index.html) by G. Ken Holman
360360

361361
### Tutorials/Examples
362362

363363
- [Jeni's XSLT Pages](https://www.jenitennison.com/xslt/)
364364
- [XMLPitstop.com](https://web.archive.org/web/20211209064736/https://www.xmlpitstop.com/default_datatype_SSC.html)
365-
- [XSL Tutorial](https://nwalsh.com/docs/tutorials/xsl/)
365+
- [XPath Tutorial](https://zvon.org/xxl/XPathTutorial/General/examples.html) by Miloslav Nic, Jiri Jirat
366+
- [XSL Tutorial](https://nwalsh.com/docs/tutorials/xsl/) by Paul Grosso, Norman Walsh
367+
- [XSLT Tutorial](https://zvon.org/xxl/XSLTutorial/Books/Book1/index.html) by Miloslav Nic

0 commit comments

Comments
 (0)