Re: [xslt] Xpath commands inside attributes



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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]