Hello Forum: in a bib data file with which I am dealing, there is the entry
@misc{Br, author = {A.~E. Brouwer}, title = {Bounds on the minimum distance of linear codes}, howpublished = {\url{http://www.win.tue.nl/~aeb/voorlincod.html}}, year = {1997–2006}, } When this bib data file is transformed to an XML file through the following commands bibdata := ParseBibFiles("doc/dum.bib");; WriteBibXMLextFile("doc/dum_bib.xml",bibdata), I get: <entry id="Br"><misc> <author> <name><first>A. E.</first><last>Brouwer</last></name> </author> <title>Bounds on the minimum distance of linear codes</title> <howpublished>\url{http://www.win.tue.nl/~aeb/voorlincod.html}</howpublished> <year>1997–2006</year> </misc></entry> Is it possible to get a more appropriate URL output in the XML output ? Thanks in advance, Jerome _______________________________________________ Forum mailing list Forum@mail.gap-system.org http://mail.gap-system.org/mailman/listinfo/forum