Nov 10th, 2005, 11:23 AM
#1
Thread Starter
Fanatic Member
XSL file
is it possible to have picture, or other html object inside the XSL file?
Last edited by kenny_oh; Dec 9th, 2005 at 09:00 AM .
Nov 10th, 2005, 06:48 PM
#2
Re: 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.
Nov 10th, 2005, 09:00 PM
#3
Thread Starter
Fanatic Member
Re: XSL file
what is the mean "Inser your loops" ???
Nov 10th, 2005, 10:09 PM
#4
Thread Starter
Fanatic Member
Re: XSL file
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>
--^
Attached Files
Nov 11th, 2005, 06:31 AM
#5
Re: XSL file
In XML, standalone tags must have a closing brace at the end.
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
Nov 11th, 2005, 10:24 AM
#6
Thread Starter
Fanatic Member
Re: XSL file
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?
Nov 11th, 2005, 06:10 PM
#7
Re: XSL file
Your description is very vague. How about some code?
All the buzzt
CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Nov 12th, 2005, 10:38 AM
#8
Re: XSL file
And please use more words to describe the problem.
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Click Here to Expand Forum to Full Width