Hi Mary, Thanks for your prompt response.
On Thu, Aug 29, 2013 at 11:11 AM, Mary Holstege <[email protected]> wrote: > Just to make sure I am understanding your setup properly: ... > > Right? > ... > > If you do have a location on the import, then it matters > whether it is abolute (http://whatever) or relative > ("mlhim2.xsd"). An absolute URI will find that schema > at the given URI in the schemas database. So if > you said the location was "http://www.example.org/ns1/mlhim2.xsd" > then doc("http://www.example.org/ns1/mlhim2.xsd") (in the > schemas database) is where we go looking for the schema. Yes, the URIs are all absolute. The tricky part (in my mind) is that the schemas all have the name 'mlhim2.xsd'. I am not sure how to load them into the Schemas database with the full URI as the doc() name. I now see that the Schemas database isn't available to use for an information flow and the Load tab for the database just wants a pathname on the server. I can't load it from its location at http://www.mlhim.org/xmlns/mlhim2/2_4_2/mlhim2.xsd So, how do I get: doc("http://www.mlhim.org/xmlns/mlhim2/2_4_0/mlhim2.xsd") doc("http://www.mlhim.org/xmlns/mlhim2/2_4_1/mlhim2.xsd") and doc("http://www.mlhim.org/xmlns/mlhim2/2_4_2/mlhim2.xsd") loaded? Thanks, Tim -- MLHIM VIP Signup: http://goo.gl/22B0U ============================================ Timothy Cook, MSc +55 21 94711995 MLHIM http://www.mlhim.org Like Us on FB: https://www.facebook.com/mlhim2 Circle us on G+: http://goo.gl/44EV5 Google Scholar: http://goo.gl/MMZ1o LinkedIn Profile:http://www.linkedin.com/in/timothywaynecook _______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
