On 7/18/06, Mansi <[EMAIL PROTECTED]> wrote: > > I've tried using XML function. It does wierd things. It changes case of > attribute names. It convers all '<px:' to '<ns1:'. I also gave > namespace inside XML function which results in 'unknown keyword' error. > Does XML function require to pass a method to it and not a string? > Thanks >
The XML function actually parses the string with ElementTree. Typically applications will not care about the actualy namespace prefix (ns1 vs, px). Instead they will have about what namespace in represented. Are you still having an issue with this? If so I would like to see some example code. David Stanek -- http://www.traceback.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

