pywb
pywb copied to clipboard
XML files not replaying with included XSL
trafficstars
Describe the bug
When capturing / replaying an XML file, if there is an XSL file referenced in-line within the XML, the capture / replay seems to fail.
Steps to reproduce the bug
- Capture this URL via conifer: https://news.onr.org.uk/sitemap_index.xml (this XML has an in line XSL file)
- Replay the warc in replayweb.page
- This will not work.
- Capture this URL via conifer: https://www.mirrorweb.com/sitemap.xml (this XML has no in line XSL file)
- Replay the warc in replayweb.page
- This will work.
Expected behavior
XML files with in-line XSL styling should replay as normal.