Hi,

> > from xmlmind site I get error that "y" with accute ("?")
> > is not allowed character. Do you have any workaroud for this?
>
> Replace jar file azcheck.jar somewhere in the XXE distribution by this
> patched one where this bug (not directly related to Czech but which can
> also occur with other languages) has been fixed.
>
> Download it from: http://www.xmlmind.com/xmleditor/_download/azcheck.jar
> (43593 bytes)

it works now. Thanks!

BTW: one more question (this is no bug report for XXE but it might be
a bug report for my head :-( ):

In my XML (DTD) I have element called <obr src="..."> which is roughly 
equivalent
to <img src"...">. In my XML processing flow I append extension (e.g. ".gif") to
the src attribute (just to make it easier to generate many output formats).
I have created following CSS for XXE but I'm not able to figure out how to add
the extension needed...

obr {
    display: block;
    text-align: center;
    margin-top: 1.33ex;
    margin-bottom: 1.33ex;
    font-style: italic;
}

obr:before {
    display: block;
    content: image(attr(src), -400, -200);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

TIA,

Petr

================================================================
                            Petr Holub
CESNET z.s.p.o.                       Supercomputing Center Brno
Zikova 2                             Institute of Compt. Science
10200 Praha, CZ                               Masaryk University
Czech Republic                     Botanicka 68a, 60200 Brno, CZ
e-mail: Petr.Holub at cesnet.cz              phone: +420-5-41512213
                                       e-mail: hopet at ics.muni.cz



Reply via email to