powered by
A helper function that finds out the WaterOneFlow namespace information based on the version number 1.0 or 1.1.
WaterOneFlowNamespace(version)
The version of the WaterOneFlow XML namespace. Must be either "1.0" or "1.1"
A list with the namespaces and corresponding prefixes. This namespace information is important for correct parsing of the WaterML XML document.
# NOT RUN { ns <- WaterOneFlowNamespace("1.0") ns <- WaterOneFlowNamespace("1.1") # }
Run the code above in your browser using DataLab