|
Hi,
is kopete only able to save as XML? why not simply export to a pure text? now xml-> html/text becomes a headache job!
i am not able to find the corresponding DTD to those generated XML logs! for example, where is the type "kopete-history" defined? i used the following commands to do transformation, but failed!
$ xsltproc MSN.xsl mylog.xml > mylog.htm
it does generate mylog.htm, but it's not a html file inside! because no proper DTD found, which is proved by the following command:
$ xmllint --noout --valid mylog.xml
validity error : Validation failed: no DTD found !
does anybody have a solution to convert kopete xml logs to html or text? |
|