[xsd-users] RE: I can't compile smil schema
Boris Kolpackov
boris at codesynthesis.com
Tue Mar 25 02:43:14 EDT 2008
Hi,
gpmnlxdw at gmail.com writes:
> Then I compile the schemas that I download from this link with xsd,but it
> still doesn't work.what can I do?
>
> Thanks!
>
> [clgao at paradise smil-2.0-schemas-split]$ xsd cxx-tree --namespace-regex
> '/.*22-rdf-syntax-ns#/smil::rdf/' --generate-polymorphic --anonymous-regex
> '/.*transitionFilterPrototype/calcMode2/' *.xsd
The anonymous type regex that is given on the Wiki page appears to be
invalid. Here is the correct one that should work:
--anonymous-regex "%.* transitionFilterPrototype/calcMode%calcMode2%"
Thanks for reporting this!
Boris
More information about the xsd-users
mailing list