Need Help about xsl - Urgent Please ????

Discussion in 'XML & RSS' started by Rage, Jul 16, 2007.

  1. #1
    hi to all
    i have one question can any one can help . i m want to work with xsl. i just wanna to ask is it possible to layout / design page without xml using xsl. suppose i want to create login page with some images and form controls?

    Regards
     
    Rage, Jul 16, 2007 IP
  2. ajsa52

    ajsa52 Well-Known Member

    Messages:
    3,426
    Likes Received:
    125
    Best Answers:
    0
    Trophy Points:
    160
    #2
    Yes and no. You need an .xml file associated to your .xsl file, BUT that .xml file can be an "empty" file like this:
    
    <?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
    <products>
    </products>
    
    Code (markup):
    I'm using that file with some xslt transformations (xsltproc unix command).
     
    ajsa52, Jul 18, 2007 IP