Hi Tina!

> To enable SP's support for XML 1.0: 
> 
>      Set the SP_CHARSET_FIXED environment variable to YES. 
>      Set the SP_ENCODING environment variable to XML. 
>      Set the SGML_CATALOG_FILES environment variable to point to the
>           file pubtext/xml.soc. 

Die wollen nur, daß Du ein paar Umgebungsvariablen setzt.

cp ~/.profile ~/.profile.backup      
cat >> ~/.profile <<EOF  
export SP_CHARSET_FIXED=YES
export SP_ENCODING=XML
export SGML_CATALOG_FILES=<***PFAD DORTHIN***>/pubtext/xml.soc
EOF

Fertisch. Kannst natürlich auch einfach mit vi die drei exports an Deine
.profile draneditieren. Danach sicherheitshalber ab- und wieder anmelden. 

Ob die Variablen gesetzt sind, siehst Du dann, indem Du "set" aufrufst.

-martin
---------------------------------------------------------------------------
PUG - Penguin User Group Wiesbaden - http://www.pug.org

Antwort per Email an