Re: What happened to accessibility-guide?



Le mardi 20 mai 2008 à 21:47 +0200, Gabor Kelemen a écrit :
> Hi
> 
> Seems that something went wrong, on a fresh svn checkout I'm getting the 
> following error:
> 
> if ! test -d hu/; then mkdir hu/; fi
> if [ -f "C/gnome-access-guide.xml" ]; then d="../"; else 
> d="/home/gabor/tmp/gnome-user-docs/gnome2-accessibility-guide/"; fi; \
>         (cd hu/ && \
>           `which xml2po` -e -p \
>             "${d}hu/hu.po" \
>             "${d}C/gnome-access-guide.xml" > gnome-access-guide.xml.tmp && \
>             cp gnome-access-guide.xml.tmp gnome-access-guide.xml && rm 
> -f gnome-access-guide.xml.tmp)
> C/general.xml:2061: parser error : StartTag: invalid element name
> <-- standard control name ... -->
>  ^
> C/general.xml:4314: parser error : chunk is not well balanced
> 
> ^
> C/gnome-access-guide.xml:240: parser error : Entity 'general' failed to 
> parse
> &general;
>          ^

This seems to be caused by last commit of Vincent Alexander.
Please, Vincent, don't commit anything without checking first the XML
file with xmllint (yes, I have also been bitten by these sort of errors
in the past!).

I've also seen much unuseful formatting changes by the same commit. Is
this really needed by a specific editing tool?

Claude



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]