Skip to content
Snippets Groups Projects
Commit beaa86bcb4c0 authored by Daniel Veillard's avatar Daniel Veillard
Browse files

The XSLT namespace string is a constant one

Raised by Phil Shafer <phil@juniper.net>
parent 78978124ddd9
Branches
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@
*
* The XSLT specification namespace.
*/
#define XSLT_NAMESPACE ((xmlChar *) "http://www.w3.org/1999/XSL/Transform")
#define XSLT_NAMESPACE ((const xmlChar *)"http://www.w3.org/1999/XSL/Transform")
/**
* XSLT_PARSE_OPTIONS:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment