| Author |
XML and XSLT not working
|
Yohan Weerasinghe
Ranch Hand
Joined: Oct 07, 2010
Posts: 485
|
|
Hi, my xml and xslt files are not working. In IE, I am getting the error "The following tags were not closed: xsl-stylesheet. Error processing resource ". In FF, I get "<SUMMARY> ELEMENT NOT FOUND". My files are below. Please help
order.xml
order.xsl
|
Are you better than me? Then please show me my mistakes..
|
 |
g tsuji
Ranch Hand
Joined: Jan 18, 2011
Posts: 368
|
|
Take a look there.
[1] line#2: processing instruction's syntax?
[2] line#10: @PRICE, an attribute named PRICE.
[3] line#15: typo?
[4] line#16: @PRICE case-sensitivity.
|
 |
Yohan Weerasinghe
Ranch Hand
Joined: Oct 07, 2010
Posts: 485
|
|
wow! Thanks a lot for the help
|
 |
 |
|
|
subject: XML and XSLT not working
|
|
|