Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: CSS and JS Include in XML

  1. #1
    datzent83 is offline Member
    Join Date
    Jul 2006
    Posts
    82

    Default CSS and JS Include in XML

    Is there a way to include .css and .js files within XML Packages?

  2. #2
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

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