187
187
xentry.appendChild(xcontent)
193
xlat = createTextElement(xentry, '%s:%s' % ('geo','lat'), '%f' % lat)
195
xlong = createTextElement(xentry, '%s:%s' % ('geo','long'), '%f' % long)
189
201
def source(xsource, source, bozo, format):
190
202
""" copy source information to the entry """
191
203
xdoc = xsource.ownerDocument