DOM guide: Resolving URIs: Difference between revisions

From COLLADA Public Wiki
Jump to navigation Jump to search
Elf (talk | contribs)
a little more
Elf (talk | contribs)
more example text
Line 5: Line 5:
==Resolving full URLs==
==Resolving full URLs==


blah blah
Some background blah blah
 
To resolve URLs:
# first step
# second step
# third step


==Resolving internal references==
==Resolving internal references==

Revision as of 21:09, 16 March 2007

When your application encounters a URI, it needs to resolve the actual location of the referenced item. This page describes how to do this.

Andy, here are some random headings that might or might not be what you need to talk about, but they give examples of phrasing.

Resolving full URLs

Some background blah blah

To resolve URLs:

  1. first step
  2. second step
  3. third step

Resolving internal references

blah blah

Resolving external references

blah blah

Related topics