Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
GNOME
libxml2
Commits
017264fe
Commit
017264fe
authored
Jun 27, 2005
by
Kasimier T. Buchcik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Commented the new functions to be experimental.
* tree.c: Commented the new functions to be experimental.
parent
dbee0f19
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
ChangeLog
ChangeLog
+4
-0
tree.c
tree.c
+3
-0
No files found.
ChangeLog
View file @
017264fe
Mon Jun 27 15:41:30 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
* tree.c: Commented the new functions to be experimental.
Mon Jun 27 14:41:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
* error.c valid.c: working some weird error reporting problem for
...
...
tree.c
View file @
017264fe
...
...
@@ -7472,6 +7472,7 @@ xmlDOMWrapNSNormAddNsMapItem2(xmlNsPtr **list, int *size, int *number,
* This will substitute ns-references to node->nsDef for
* ns-references to doc->oldNs, thus ensuring the removed
* branch to be autark wrt ns-references.
* WARNING: This function is in a experimental state.
*
* Returns 0 on success, 1 if the node is not supported,
* -1 on API and internal errors.
...
...
@@ -7925,6 +7926,7 @@ xmlDOMWrapNSNormAquireNormalizedNs(xmlDocPtr doc,
* ns-decls where needed. Note that, since prefixes of already existent
* ns-decls can be shadowed by this process, it could break QNames in
* attribute values or element content.
* WARNING: This function is in a experimental state.
*
* Returns 0 if succeeded, -1 otherwise and on API/internal errors.
*/
...
...
@@ -8549,6 +8551,7 @@ internal_error:
* Note that, since prefixes of already existent ns-decls can be
* shadowed by this process, it could break QNames in attribute
* values or element content.
* WARNING: This function is in a experimental state.
*
* Returns 0 if succeeded, -1 otherwise and on API/internal errors.
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment