One more common tip you might miss...

If you are using entities (in your XML or XSL), add something like the following before loading:

|$xml = new DOMDocument;
$xml->resolveExternals = true;
$xml->substituteEntities = true;
$xml->loadXML($xmlstring);|
_______________________________________________
xslt mailing list, project page http://xmlsoft.org/XSLT/
[email protected]
http://mail.gnome.org/mailman/listinfo/xslt

Reply via email to