Hello,

I'm having a hard time getting expat to parse parameter entities and I'm 
wondering if any one tried this before (general entities work fine)

sample xml:
--------------------------------------------
<?xml version='1.0'?>
<!DOCTYPE alfs [
<!ENTITY % common_entities SYSTEM "00-entities-00">
%common_entities;
]>
.....
---------------------------------------------

as the name suggests, the file "00-entities-00" contains common general 
entities shared between multiple .xml's
Expat's external_entity_ref_handler doesn't catch parameter entities, but 
I'm not even sure it should.

How should I parse this ?


Any hints appreciated
Pawel

PS. php version 4.3.0-dev (cli) (yesterday's cvs)


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to