is it possible to have picture, or other html object inside the XSL file?
Printable View
is it possible to have picture, or other html object inside the XSL file?
Yes it is. Make a normal HTML page, rename as XSL, and then insert your 'loops' if that's what you can call them.
what is the mean "Inser your loops" ???
here is my xsl file, but cannot run....and have this error:
Code:End tag 'head' does not match the start tag 'meta'. Error processing resource 'http://localhost/TVScheduleDisplay.xsl'. Li...
</head>
--^
In XML, standalone tags must have a closing brace at the end.
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
ok.......i have solved the problem........now gt another new problem........in the XSLT file i put form for post data.........for the first time, after press button, the data post produced a result display in xml file.....when i post another time, it didnt display the output untill i press refresh button the result going to display......what is the problem?
Your description is very vague. How about some code?
And please use more words to describe the problem.