Sorry I'm not sure if this is the right place to ask. Give me a hint if not.
After the last update of my providers software apache php my scripts in xslt doesn't work no more. I compared the version numbers of apache, php and salabtron and it's all the same.
At home I use windows, my provider linux.
After looking for it I discovered, that the problem is a missing slash, for example: /document@information[status='ok'] works fine in my installation but my provider's server gives an error like 'illegal expression'. I have to write this code: /document/@information[status='ok']
Both forms work in my machine. What's the reason? Is there an option like 'strict' or anything I can configure in my machine to handle the code like my provider's one?
Thanks, Klaus