Oliver Fischer wrote:
Hello, I have a document which starts with <?xml version="1.0" encoding="ISO-8859-15"?>I can process this document with xsltproc (libxml 2.6.5/libxslt 1.1.2) without any problems on Linux and FreeBSD. Processing the same document under Solaris results inartikel.xml:1: parser error : Unsupported encoding ISO-8859-15 <?xml version="1.0" encoding="ISO-8859-15"?> Does the supported encoding depend on the plattform?
Do you have the iconv library installed on your Solaris ? Was it there while building libxml2 ?
Mike