Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > XML > What is base URI?

Reply
Thread Tools

What is base URI?

 
 
Water Cooler v2
Guest
Posts: n/a
 
      03-25-2009
What is a base URI?

************************************************** **********
I do apologize for not having read up before asking a question that
could be answered by reading books/ tutorials/searching on the Web.
And here's my perfectly valid excuse.

I am hard-pressed for time. I barely have enough time and a lot of
open threads in my head, most of which require that I have a thorough
understanding of the XML eco-system. I am doing my best to read, I am
doing what I can. I am spending time reading articles on the Web,
MSDN, specifications from W3C (I am reading the SOAP 1.2 and WSDL
specs, Dave Winer's RSS spec, etc. for some of the other stuff I need
to learn). But there's only so much I can do in a limited time, and I
am looking for a one-stop shop for all the XML related technologies.

That said, I do remember having read a book or two on XML and a couple
of Dare Obasanjo's articles about 4 or 5 years back, so I am a bit
familiar with XML in general, XML namespaces, XSD, XSLT, etc. but only
at a beginner to intermediate level. I have mostly forgotten it and
need to revise really quick.
 
Reply With Quote
 
 
 
 
Water Cooler v2
Guest
Posts: n/a
 
      03-25-2009
On Mar 25, 11:48*am, Water Cooler v2 <wtr_...@yahoo.com> wrote:
> What is a base URI?
>
> ************************************************** **********
> I do apologize for not having read up before asking a question that
> could be answered by reading books/ tutorials/searching on the Web.
> And here's my perfectly valid excuse.
>
> I am hard-pressed for time. I barely have enough time and a lot of
> open threads in my head, most of which require that I have a thorough
> understanding of the XML eco-system. I am doing my best to read, I am
> doing what I can. I am spending time reading articles on the Web,
> MSDN, specifications from W3C (I am reading the SOAP 1.2 and WSDL
> specs, Dave Winer's RSS spec, etc. for some of the other stuff I need
> to learn). But there's only so much I can do in a limited time, and I
> am looking for a one-stop shop for all the XML related technologies.
>
> That said, I do remember having read a book or two on XML and a couple
> of Dare Obasanjo's articles about 4 or 5 years back, so I am a bit
> familiar with XML in general, XML namespaces, XSD, XSLT, etc. but only
> at a beginner to intermediate level. I have mostly forgotten it and
> need to revise really quick.



Hello again,

I just coded up a small example to print out the base URI from an XML
reader. I infer from the ouput of my program that base URI refers to
the URI of the XML file being read. Is this correct?
 
Reply With Quote
 
 
 
 
Water Cooler v2
Guest
Posts: n/a
 
      03-25-2009
On Mar 25, 11:48*am, Water Cooler v2 <wtr_...@yahoo.com> wrote:
> What is a base URI?
>
> ************************************************** **********
> I do apologize for not having read up before asking a question that
> could be answered by reading books/ tutorials/searching on the Web.
> And here's my perfectly valid excuse.
>
> I am hard-pressed for time. I barely have enough time and a lot of
> open threads in my head, most of which require that I have a thorough
> understanding of the XML eco-system. I am doing my best to read, I am
> doing what I can. I am spending time reading articles on the Web,
> MSDN, specifications from W3C (I am reading the SOAP 1.2 and WSDL
> specs, Dave Winer's RSS spec, etc. for some of the other stuff I need
> to learn). But there's only so much I can do in a limited time, and I
> am looking for a one-stop shop for all the XML related technologies.
>
> That said, I do remember having read a book or two on XML and a couple
> of Dare Obasanjo's articles about 4 or 5 years back, so I am a bit
> familiar with XML in general, XML namespaces, XSD, XSLT, etc. but only
> at a beginner to intermediate level. I have mostly forgotten it and
> need to revise really quick.



Hello once again,

I looked up MSDN and read this example. It sums it up pretty well and
I have understood it.

http://msdn.microsoft.com/en-us/libr...ri(VS.71).aspx
 
Reply With Quote
 
Johannes Koch
Guest
Posts: n/a
 
      03-25-2009
Water Cooler v2 schrieb:
> On Mar 25, 11:48 am, Water Cooler v2 <wtr_...@yahoo.com> wrote:
>> What is a base URI?


[...]

> I looked up MSDN and read this example. It sums it up pretty well and
> I have understood it.
>
> http://msdn.microsoft.com/en-us/libr...ri(VS.71).aspx


Looks like this is something like "Base URIs" in DOM 3
(<http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#baseURIs-Considerations>)
.. You may also want to read "XML Base"
(<http://www.w3.org/TR/2009/REC-xmlbase-20090128/>).

In some different context base URI may also be related to the
HTMLBaseElement interface or HTMLObjectElement's or HTMLAppletElement's
codeBase attribute in DOM 2 HTML
(<http://www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html>).

--
Johannes Koch
In te domine speravi; non confundar in aeternum.
(Te Deum, 4th cent.)
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
sizeof(EmptyStruct) in C and C++ (was: Base {}; sizeof(Base) == 1?) Alex Vinokur C Programming 7 08-14-2006 04:57 PM
Access of base class' private base class: qualification required, why Alf P. Steinbach C++ 6 09-03-2005 04:03 PM
Format of compiler generated derived destructor when base has 'virtual ~base() throw():" qazmlp C++ 1 04-10-2005 03:09 PM
Virtual function 'BasicMidReader::~BasicMidReader()' conflicts with base class 'base 'TMemoryStream' tomek C++ 2 12-01-2003 06:31 AM
Virtual function 'BasicMidReader::~BasicMidReader()' conflicts with base class 'base 'TMemoryStream' tomek C++ 3 11-30-2003 12:18 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57