[issue35736] Missing component in table after getElementsByTagName("nn")

2019-01-15 Thread Michael Krötlinger
Michael Krötlinger added the comment: http://schemas.xmlsoap.org/wsdl/"; xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; xmlns:tns="http://soap.ebs.client.chipkarte.at"; xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata"; xmlns:wsp="http://www.w3.org/ns/ws-policy"; xmlns:wsp1_2=

[issue35736] Missing component in table after getElementsByTagName("nn")

2019-01-14 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: It seems you have added a reply with the program at https://bugs.python.org/file48049/unnamed but it's filled with escaped HTML I hope. I assume you have a problem that there are 34 items with 'operation name' under grep and in the program it causes

[issue35736] Missing component in table after getElementsByTagName("nn")

2019-01-14 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Please do not post a large amount of text as a message. This would make communication harder. -- nosy: +serhiy.storchaka ___ Python tracker __

[issue35736] Missing component in table after getElementsByTagName("nn")

2019-01-14 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- Removed message: https://bugs.python.org/msg333624 ___ Python tracker ___ ___ Python-bugs-list maili

[issue35736] Missing component in table after getElementsByTagName("nn")

2019-01-14 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Thanks for the report. Please post a minimal code snippet with what you are expecting and the actual output of the program explaining the problem and how it's a bug in Python and not the actual code's logic. -- nosy: +xtreak __

[issue35736] Missing component in table after getElementsByTagName("nn")

2019-01-14 Thread Michael Krötlinger
New submission from Michael Krötlinger : After operations = xmltree.getElementsByTagName("operation") the table does not contain operations antragstypenErmitteln and mammographieIndikationenErmitteln -- files: EbsService.wsdl messages: 333621 nosy: MiKr41 priority: normal severity: norm