* Dave Pawson wrote:
> <element name="meta:hyperlink-behaviour">
>        <optional>
>            <attribute name="office:target-frame-name">
>                <ref name="targetFrameName"/>
>            </attribute>
>        </optional>
>...
>
>then
>
><define name="targetFrameName">
>    <choice>
>        <value>_self</value>
>        <value>_blank</value>
>        <value>_parent</value>
>        <value>_top</value>
>        <ref name="string"/>
>    </choice>
></define>

If "string" allows any string, then the office:target-frame-name
attribute may have any value. If it is something else, then we do
not know. Perhaps the idea here was to disallow other strings with
an underscore at the beginning.
-- 
Björn Höhrmann · mailto:[EMAIL PROTECTED] · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Reply via email to