xmlxsltserver-side-includes

How do I server-side include processed XML/XSL into an existing HTML document


I have constructed menu.XML & successfully formatted it with menu.XSL. It works as intended when viewing menu.XML in the browser. How do write menu.XML to a HTML file so I can further include that into another HTML document?


Solution

  • Save the results of the transformation or pipe them through and expose them. Currently you are exposing the xml and referencing the xsl.