View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
ID | Project | Category | View Status | Date Submitted | Last Update |
0000206 | OMNeT++ | simulation kernel | public | 2010-09-13 14:17 | 2011-05-05 22:32 |
|
Reporter | rhornig | |
Assigned To | andras | |
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | resolved | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | 4.1 | |
Target Version | | Fixed in Version | 4.2b2 | |
|
Summary | 0000206: Implement emptyxmldoc() |
Description | To be able to define default values for xml documents it would be great to have a function that would return an empty document with a single root element (named after the parameter). i.e. emptyxmldoc("root") would return <root></root>
Or a more general approach: inlinexmldoc("<root><child></child></root>") would return the given xml document by parsing the string argument. |
Tags | No tags attached. |
|
Attached Files | |
|