Hello, 2010/12/12 Pavol Klačanský <[email protected]>: > Hi, I have written just simple Vala program, which should print out name > of root element > > Without this line it works "<?xml version="1.0" > encoding="windows-1250"?>" (first line in RSS xml files) So this line is wrong ;-)
If it works when omiting the encoding and doesn't work when specifying it, the encoding is wrong. (your file is utf-8 encoded, that's the default for xml AFAIK). HTH, Abderrahim P.S. I'm not sure your question actually belongs here :-) _______________________________________________ vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
