> I'm using EmbperlObject and I want to Execute an HTML file and have
> it automatically looked up in the search hierarchy.  However I don't
> want any directives in that file processed.  In fact, I'd like it to
> be possible that it's not even an HTML file, it might be a .jpg.
> Obviously I could just go and do the search myself, but I'd rather
> use the builtin rules.

You can turn of the HTML processing with

Execute ({inputfile => 'foo.xyz', options=>
HTML::Embperl::optDisableHtmlScan}) ;

but you cannot turn off the processing of [+/-/$ $/-/+] blocks. This will
work for most ascii files, but the current version of Embperl does not work
correctly with binary data (it stop processing when it finds a binary 0).
The next version will be binary clean.

Gerald



-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925151
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to