This extension provides a formatted preview for XML documents based on associated XSL stylesheets.
- Live preview of XML transformations using XSLT.
- Updates the preview when the XML or XSL files are edited.
- Open an XML file that contains an
<?xml-stylesheet?>reference to an XSL file. - Press
Ctrl+Shift+P(orCmd+Shift+Pon Mac) and selectStart XML Preview. - The preview will open in a new pane beside the XML file.
- The XML file must include a reference to an XSL stylesheet.
- The XSL file path must be correct and accessible.
None.
- Only supports XSLT 1.0 due to browser limitations.
- Does not support external resources in XSL (like
document()function).
- Initial release.