forked from gsson/soaplib
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor code so that a namespace lookup object is passed to all meth…
…ods that need to qualify XML tags / attributes. This change allows valid serialization of objects in isolation of the main framework in a manner that will produce fully valid XML.
- Loading branch information
Jamie Kirkpatrick
committed
Feb 3, 2009
1 parent
b684fa0
commit 01acb91
Showing
15 changed files
with
334 additions
and
370 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Code to sort out after namespace map addition: | ||
|
||
Message.to_xml() | ||
ClassSerializerMeta.namespace | ||
|
||
create_xml_element - pass nsmap | ||
_add_messages_for_methods / _add_bindings_for_methods : create_xml_element (no nsmap) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.