[
Lists Home |
Date Index |
Thread Index
]
Rick Marshall wrote:
> here's a case where i may be extending the concept of external entities,
> but i can't see why. basically i want to refer to an external entity
> that is a cgi script:
>
> <?xml version="1.0"?>
>
> <!DOCTYPE xml [
------------^^^!
best,
-Rob
> <!ENTITY vpn SYSTEM
> "http://www.xyz.com.au/internal/bin/ubcgi?PROC_NAME=vpn&VALUE=1234">
> ]>
>
> <label_file>&vpn;</label_file>
>
|