Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
87240950
Commit
87240950
authored
Oct 05, 2007
by
Pietro Abate
Browse files
[r2003-11-21 12:49:32 by szach] export schema namespaces as Ns.t values
Original author: szach Date: 2003-11-21 12:49:32+00:00
parent
bf0885bf
Changes
2
Hide whitespace changes
Inline
Side-by-side
schema/schema_xml.ml
View file @
87240950
...
...
@@ -206,3 +206,8 @@ module Pxp_helpers =
end
(** export Ns.t version of defined namespaces *)
let
xsd_namespace
=
Ns
.
mk_latin1
xsd_namespace
let
xsi_namespace
=
Ns
.
mk_latin1
xsi_namespace
schema/schema_xml.mli
View file @
87240950
...
...
@@ -51,8 +51,8 @@ module Pxp_helpers:
val
has_xsd_prefix
:
string
->
bool
val
schema_ns_prefixes
:
(
string
*
string
)
list
val
xsd_namespace
:
string
val
xsi_namespace
:
string
val
xsd_namespace
:
Ns
.
t
val
xsi_namespace
:
Ns
.
t
val
xsd_prefix
:
string
val
xsi_prefix
:
string
val
namespace_split
:
string
->
string
*
string
...
...
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