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
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).