Re: Issue 1234 in robotframework: `XML` library: Keywords for modifying and saving XML
Updates: Status: Done Comment #15 on issue 1234 by kontu...@gmail.com: `XML` library: Keywords for modifying and saving XML http://code.google.com/p/robotframework/issues/detail?id=1234 Reviewed the code changes and documentation. Closing.
Re: Issue 1234 in robotframework: `XML` library: Keywords for modifying and saving XML
Updates: Status: Review Comment #14 on issue 1234 by pekka.klarck: `XML` library: Keywords for modifying and saving XML http://code.google.com/p/robotframework/issues/detail?id=1234 (No comment was entered for this change.)
Re: Issue 1234 in robotframework: `XML` library: Keywords for modifying and saving XML
Comment #13 on issue 1234 by pekka.klarck: `XML` library: Keywords for modifying and saving XML http://code.google.com/p/robotframework/issues/detail?id=1234 This issue was updated by revision 4b6ddd9a9b5c. Remove Element and Remove Elements now keep tail by default but can remove it if `remove_tail` is set. This is consistent with `Clear Element` and its `clear_tail` argument.
Re: Issue 1234 in robotframework: `XML` library: Keywords for modifying and saving XML
Comment #12 on issue 1234 by pekka.klarck: `XML` library: Keywords for modifying and saving XML http://code.google.com/p/robotframework/issues/detail?id=1234 This issue was updated by revision 502e28e5763f. Documented Copy Element and Save XML. Now all new keywords have docs and they are ready for review. The latest generated version of the documenation is available at http://robotframework.googlecode.com/hg/doc/libraries/XML.html
Re: Issue 1234 in robotframework: `XML` library: Keywords for modifying and saving XML
Comment #11 on issue 1234 by robotframew...@gmail.com: `XML` library: Keywords for modifying and saving XML http://code.google.com/p/robotframework/issues/detail?id=1234 This issue was updated by revision 0105c12b3ef9. Documented `Clear Element`.
Re: Issue 1234 in robotframework: `XML` library: Keywords for modifying and saving XML
Updates: Cc: kontu...@gmail.com Comment #10 on issue 1234 by kontu...@gmail.com: `XML` library: Keywords for modifying and saving XML http://code.google.com/p/robotframework/issues/detail?id=1234 This issue was updated by revision 491d80c7615a. Fixed issue where empty attribute name to set element attirubte keyword caused malformed xml. Tests included
Re: Issue 1234 in robotframework: `XML` library: Keywords for modifying and saving XML
Comment #8 on issue 1234 by robotframew...@gmail.com: `XML` library: Keywords for modifying and saving XML http://code.google.com/p/robotframework/issues/detail?id=1234 This issue was updated by revision 71d629b7238e. Documented the following keywords: Set Element Tag Set Element Text Set Element Attribute Remove Element Attribute Remove Element Attributes
Re: Issue 1234 in robotframework: `XML` library: Keywords for modifying and saving XML
Comment #9 on issue 1234 by robotframew...@gmail.com: `XML` library: Keywords for modifying and saving XML http://code.google.com/p/robotframework/issues/detail?id=1234 This issue was updated by revision dc4bc5caa45b. Documented: Add Element Remove Element Remove Elements
Re: Issue 1234 in robotframework: `XML` library: Keywords for modifying and saving XML
Updates: Summary: `XML` library: Keywords for modifying and saving XML Comment #7 on issue 1234 by pekka.klarck: `XML` library: Keywords for modifying and saving XML http://code.google.com/p/robotframework/issues/detail?id=1234 This issue was updated by revision 10c7fc40f2f5. Now keywords modifying XML return the given (and modified) root element. Earlier giving the source as a path or text didn't really make much sense because there was no possibility to use the modified structure for anything.