sabre-io / xml

sabre/xml is an XML library that you may not hate.
http://sabre.io/xml/
BSD 3-Clause "New" or "Revised" License
516 stars 77 forks source link

How can I add an xml-stylesheet tag ? #252

Open rossaddison opened 1 year ago

rossaddison commented 1 year ago

Hi I need to add a stylesheet to the xml.

eg. <?xml-stylesheet type="text/xsl" href="base.xsl"?>

How should I go about this?