
On Thu, 11 Sep 2008 13:23:44 +0200 "ryrych@...400..." <ryrych@...400...> wrote:
I've encountered to a few problems with translating tutorial. Namely polish language and other too, I think, require that some words should cling together. I though that adding a hard space ( ) would solve the problem but XML parsel printed out a problem:
Making advanced/tutorial-advanced.pl.svg... Error on line 13 column 357 of file:/home/wojtek/Dokumenty/tłumaczenia/Inkscape-tutoriale/advanced/tutorial-advanced.pl.xml: Error reported by XML parser: The entity "nbsp" was referenced, but not declared.
Try   or   which are both equivalent and don't need to be declared.
Or add at the top of the file inside the DOCTYPE
[<!ENTITY nbsp " ">]
e.g.:
<!DOCTYPE xsl:stylesheet [<!ENTITY nbsp " ">]>
Hope that helps.
Cheers -Terry