From: Clif H. <cl...@di...> - 2002-07-18 22:02:17
|
Graham, I think something did not merge the changes correctly on the DSML stuff or you changed somethings that I did not know about. I found another error that I damn well know that you and I fixed while working out the DSML bugs. Example <dsml:dsml xmlns:dsml='http://www.dsml.org/DSML'> . . . . . </dsml:dsml> ^^^^ Missing this line. To fix add these 2 lines at the end of the write_schema method. @data{qw(Name LocalName)} = qw(dsml:dsml dsml); $handler->end_element(\%data); I will look at the entry stuff later tonight or tomorrow. Regards, Clif Harden INTERNET: c-h...@ti... Texas Instruments Directory Services 6500 Chase Oaks Blvd, M/S 8412 Plano, TX 75023 Voice: 214-567-0855 |