← Prev in month ← Prev in thread

URL resolution sanity check

From
Elliotte Harold <>
To
XML Developers List <>
Date
2005-07-09T15:54:38Z
ID
<>
Thread
URL resolution sanity check
I need to confirm something consider the following situation:

<parent xml:base="http://www.example.com/data/limit/..">
   <child xml:base="test.xml"/>
</parent>

Is the base URL of the child element 
http://www.example.com/data/limit/test.xml or 
http://www.example.com/data/test.xml ?

In other words, is http://www.example.com/data/limit/.. essentially the 
same as http://www.example.com/data/limit/../ or not?

-- 
Elliotte Rusty Harold  
XML in a Nutshell 3rd Edition Just Published!
http://www.cafeconleche.org/books/xian3/
http://www.amazon.com/exec/obidos/ISBN=0596007647/cafeaulaitA/ref=nosim
← Prev in month ← Prev in thread