Files
IfcOpenShell/src
Andrej730 87c9bbe2a7 Fix bcf due xsdata update #4680
After https://github.com/tefra/xsdata/commit/93a8ca0548d1f7badb628ad9fd0327672abe140b

`parser.register_namespace("xs", "http://www.w3.org/2001/XMLSchema")` started failing with `TypeError: PushParser.register_namespace() missing 1 required positional argument: 'uri'` since xsdata added a new argument `ns_map` (previously it was always using `parse.ns_map` under the hood, now it allows to provide some external dictionary). We just restore the original behaviour with internal `ns_map` by providing it explicitly.

Specified xsdata version after that change in pyproject.toml.

Also `serialize()` is now using `parser.ns_map` as a fallback value (otherwise why we do `parser.register_namespace` if we never used the `parser.ns_map`?)
2024-05-17 11:46:53 +05:00
..
2024-05-17 11:46:53 +05:00
2024-05-17 11:42:06 +05:00
2024-03-28 17:15:58 +11:00
2024-04-17 15:18:45 +05:00
2023-12-07 13:42:32 +11:00
2024-04-08 11:19:13 +10:00
2024-05-06 18:22:52 +05:00
2023-12-07 13:42:32 +11:00
2023-12-07 13:42:32 +11:00
2024-05-16 18:14:06 +05:00
2024-05-10 16:16:43 +10:00
2024-04-21 16:22:56 +02:00
2024-03-31 15:16:30 +02:00
2024-04-28 10:17:57 +02:00