Greetings BaseX list,
   I've got some very basic questions I was hoping I could get the
answers to on this list. Questions really break down into two
categories. My background is strictly on IBM mainframes, so please bear
with me.
   1)Some XML schema questions, and
   2)Questions regarding how to configure/use BaseX for what I want to do.
   XML schema. I've got a record definition created by IBM that
changes somewhat depending upon the release of the system. I want to
create XML schema for each release dependent definition, and then make
that definition available to BaseX. I thought using namespaces was the
way to go, but now am not sure.
   What I was hoping to do was to connect to a running BaseX, and send
the schema definitions that would be used to validate the XML. In
reading doc, I see it is possible to create namespaces and use them, but
the format has to be either a URL or a URN. Is it possible to create a
URN for a namespace on the fly, and then tell the code later on which
namespace to use?
   Regards,
   -- Dave Day