On Thu, April 14, 2005 4:52 am, Gerd Schering said: > Hi, > > when I dump a ldap entry in dsml format via > > $dsml->write_entry($entry), > > the final closing tags > > </dsml:directory-entries> > </dsml:dsml>
Did you call $dsml->end_dsml(); ? If not then your dsml will be incomplete. Graham. > > are missing. > Because Net::LDAP::DSML calls XML::SAX::Writer for writing, I think it's > more the fault of the latter (on which btw development seems to have > stopped sinc 2002). > Has anyone exprienced and overcome this behaviour or a hint which > module(s) to use instead? > > Thanks > Gerd > > -- > ------------------------------------------------------ > -- Gerd Schering, Email: [EMAIL PROTECTED] -- > ------------------------------------------------------ >
