[jdom-interest] Schema Location
John Muhlestein
jmuhlestein at i-link.net
Fri Aug 24 10:27:50 PDT 2001
The problem isn't the colon (:) necessarily it's that you need to pass a
valid uri.
First, are you referencing the website
(http://www.transxml.org/TranXML/Version)
or do you want to reference the file system
(t:\tranxml\version\schemas\TranXML_Envelope.xsd)
I suspect you want to do one or the other of these things
Try doing if your xsd is accessible from the web site
xsi:schemaLocation="http://www.transxml.org/TranXML/Version/schemas/TranXML_
Envelope.xsd"/>
OR
xsi:schemaLocation="file:///t:/tranxml/version/schemas/TranXML_Envelope.xsd"
/>
if you can only see your xsd from the file system.
hope this helps,
John
> -----Original Message-----
> From: waynesdavis at netscape.net [mailto:waynesdavis at netscape.net]
> Sent: Friday, August 24, 2001 10:53 AM
> To: jdom-interest at jdom.org
> Subject: RE: Re: [jdom-interest] Schema Location
>
>
> If this is the case, how do you create a document that can be
> validated?
>
> Wayne
>
>
> ecky at free.fr wrote:
>
> >Hi,
> >
> >As far as I understood the concept of namespaces there is no way for
> >your problem -- unless you declare xsi to be a namespaceprefix itself
> >with an attached uri, but I'm not shure if this won't provoce other
> >difficulties.
> >
> >ecky
> >
> >> My apologies for sending this to jdom-announce. I clicked
> the wrong address.
> >>
> >> I am trying to create a new XML document, and I am having
> problems added the
> >schemaLocation to the root element. Below is a sample of
> what I need the root
> >element to look like:
> >>
> >> <TranXML_Envelope xmlns="http://www.tranxml.org/TranXML/Version"
> >xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance"
> >xsi:schemaLocation="http://www.tranxml.org/TranXML/Version
> >T:\tranxml\version\schemas\TranXML_Envelope.xsd"/>
> >>
> >> This is what I have so far:
> >>
> >> <TranXML_Envelope xmlns="http://www.tranxml.org/TranXML"
> >xmlns:xsi="http://www.3.org/2000/10/XMLSchema-instance"
> >schemaLocation="http://www.tranxml.org/TranXML
> ../schemas/TranXML_Envelope.xsd"
> >/>
> >>
> >> I cannot add xsi:schemaLocation as an Attribute because
> colon is not valid in
> >an attribute, any help is appreciated.....
> >> --
> >> =====
> >> ----------------------------------------
> >> Do not meddle in the affairs of Dragons,
> >> For you are crunchy and tasty with
> >> ketchup
> >>
> >>
> >>
> >> __________________________________________________________________
> >> Your favorite stores, helpful shopping tools and great
> gift ideas. Experience
> >the convenience of buying online with Shop at Netscape!
> >http://shopnow.netscape.com/
> >>
> >> Get your own FREE, personal Netscape Mail account today at
> >http://webmail.netscape.com/
> >>
> >> _______________________________________________
> >> To control your jdom-interest membership:
> >> http://lists.denveronline.net/mailman/options/jdom-
> >interest/youraddr at yourhost.com
> >>
> >_______________________________________________
> >To control your jdom-interest membership:
> >http://lists.denveronline.net/mailman/options/jdom-interest/y
ouraddr at yourhost.com
>
--
=====
----------------------------------------
Do not meddle in the affairs of Dragons,
For you are crunchy and tasty with
ketchup
__________________________________________________________________
Your favorite stores, helpful shopping tools and great gift ideas.
Experience the convenience of buying online with Shop at Netscape!
http://shopnow.netscape.com/
Get your own FREE, personal Netscape Mail account today at
http://webmail.netscape.com/
_______________________________________________
To control your jdom-interest membership:
http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhos
t.com
More information about the jdom-interest
mailing list