mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-30 08:38:15 +01:00
*** empty log message ***
This commit is contained in:
parent
9d914f19e8
commit
1be3c72414
2 changed files with 6 additions and 1 deletions
3
.cvsignore
Normal file
3
.cvsignore
Normal file
|
@ -0,0 +1,3 @@
|
|||
Arabica.suo
|
||||
Arabica.opt
|
||||
Arabica.ncb
|
|
@ -23,13 +23,15 @@ struct NamespaceConstants
|
|||
const stringT xmlns;
|
||||
const stringT xml_uri;
|
||||
const stringT xmlns_uri;
|
||||
const stringT xmlns11_uri;
|
||||
const stringT colon;
|
||||
|
||||
NamespaceConstants() :
|
||||
xml(string_adaptorT().makeStringT("xml")),
|
||||
xmlns(string_adaptorT().makeStringT("xmlns")),
|
||||
xml_uri(string_adaptorT().makeStringT("http://www.w3.org/XML/1998/namespace")),
|
||||
xmlns_uri(string_adaptorT().makeStringT("http://www.w3.org/2000/xmlns/"))
|
||||
xmlns_uri(),
|
||||
xmlns11_uri(string_adaptorT().makeStringT("http://www.w3.org/2000/xmlns/")),
|
||||
colon(string_adaptorT().makeStringT(":"))
|
||||
{
|
||||
} // NamespaceConstants
|
||||
|
|
Loading…
Add table
Reference in a new issue