Click to See Complete Forum and Search --> : xsl works only in XMLSPY


clockdva242
12-24-2008, 12:16 PM
http://www.tuttounamerda.com/a2.xml
http://www.tuttounamerda.com/nla2.xsl

they work correctly in XMLSPY but the person that works with me say that they don't work on the server

somebody can look them and say me what is the problem?
or maybe tell me another software like XMLSPY

thanks and sorry for my bad english

Charles
12-24-2008, 01:47 PM
" " is the problem. The nmemonic entities don't exist in XML, you have to declare them in the prolog or use the numeric equiv, " ".

clockdva242
12-24-2008, 02:02 PM
" " is the problem. The nmemonic entities don't exist in XML, you have to declare them in the prolog or use the numeric equiv, "*".


i'll try in January when i come back to my work

another problem could be the fact that i have created my file in Windows and the Server is a Unix Server

thanks