DOM guide: Resolving URIs: Difference between revisions
Jump to navigation
Jump to search
a little more |
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:
- first step
- second step
- third step
Resolving internal references
blah blah
Resolving external references
blah blah
Related topics
- Creating valid URIs (example of what a related topic might be)