Is there a way to include .css and .js files within XML Packages?
Is there a way to include .css and .js files within XML Packages?
You can invoke xml-stylesheet element in your xml package like:
As for the .js within your xml document, try to see this article.Code:<?xml-stylesheet href="my-style.css" type="text/css"?>