diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2011-09-08 14:27:40 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2011-09-08 14:27:40 +0000 |
| commit | 8a73582fd88bffa4e219dfce758a930b43c06a98 (patch) | |
| tree | 625d3418f77eb5db1aa913f522773ed0f4bd4f55 /src/xml/document.h | |
| parent | Obey to dont-scale-strokewidth preference, even when scaling one dimension to... (diff) | |
| download | inkscape-8a73582fd88bffa4e219dfce758a930b43c06a98.tar.gz inkscape-8a73582fd88bffa4e219dfce758a930b43c06a98.zip | |
Preserve CDATA sections on output.
(bzr r10625)
Diffstat (limited to 'src/xml/document.h')
| -rw-r--r-- | src/xml/document.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xml/document.h b/src/xml/document.h index 98cc0522e..3bf0a63a6 100644 --- a/src/xml/document.h +++ b/src/xml/document.h @@ -92,6 +92,7 @@ public: */ virtual Node *createElement(char const *name)=0; virtual Node *createTextNode(char const *content)=0; + virtual Node *createTextNode(char const *content, bool is_CData)=0; virtual Node *createComment(char const *content)=0; virtual Node *createPI(char const *target, char const *content)=0; /*@}*/ |
