Suzii / pb138-cv_generator

Repository for CV generator - PB138 semestral project.
0 stars 0 forks source link

XML to TeX transformation #2

Open Suzii opened 9 years ago

Suzii commented 9 years ago

transformation of givend XML of predefined format to TeX. Parameter specifying language to be used is passed and generated TeX source has to be internationalized accordingly.

jozefzivcic commented 9 years ago

Transformation from XML to LaTeX is functionable. Now, it is able to transform XML document only to one language (english). Internationalisation will be available, added later.

jozefzivcic commented 9 years ago

This version contains internationalisation in english and slovak language. Text constants are stored in file texts.xml. The language for output curriculum vitae is given into transformation file as a parameter. Output LaTeX file is a little bit modified to have better appearance.

Suzii commented 9 years ago

Modify XSLT transformation accordnig to changes in refferencing XML file:

jozefzivcic commented 9 years ago

XSLT transformation modified according to changes above

jozefzivcic commented 9 years ago

Final version of transformation template has been already commited. Tests for XSLT transformation both in english and slovak are made.