Paul
I added the modifications to the SVN for all XML parsing (search, print,
config). Could you be so kind and add some description and use cases for
this ENTITY references to the Trac Wiki? This way also other users could
benefit from this. Url for the search would be
http://svn.pmapper.net/
Bingo! That's splendid...
Anyone who would like to see a nice P.Mapper application example can
check this one out (all data comes from a PostGIS database on the same
server). Armin, feel free to add it to the gallery if you like.
http://www.mapfeeder.net/rmb
Thanks,
Paul Wickman
North
Try to change in query/search.php line 50, from
$this->xml = simplexml_load_file($xmlFN);
to
$this->xml = simplexml_load_file($xmlFN, NULL, LIBXML_NOENT);
and see if it works better. If so I can add this to the release code.
I might as well include it for all other XML parsing functions.
note:
I have a number of P.Mapper (4.0.beta1) applications that have nearly
identical search.xml files. Each has a few definitions
particular to the application as well as some definitions
common to all the applications. Rather than continue duplicating the
those things in common for each ind