Skip to content

Commit c5aac93

Browse files
committed
Better formatting and make clear this is a note to users
1 parent 0826c13 commit c5aac93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ add_text(xs3, "California")
162162
set_attributes(xs3; tag="CA", cap="Sacramento")
163163
```
164164

165-
Please note that when you create XML documents and elements directly you need to take care not to leak memory; memory management in the underlying libxml2 library is complex and LightXML currently does not integrate well with Julia's garbage collection system. You can call free on an XMLDocument but if you are directly creating XMLElement's there is not yet a corresponding free function to call.
165+
**Note:** When you create XML documents and elements directly you need to take care not to leak memory; memory management in the underlying libxml2 library is complex and LightXML currently does not integrate well with Julia's garbage collection system. You can call ``free`` on an XMLDocument but if you are directly creating XMLElement's there is not yet a corresponding ``free`` function to call.
166166

167167
#### Export an XML file
168168

0 commit comments

Comments
 (0)