document function and "no protocol " error 2003-01-27 - By klmccarthy@(protected)
All the documentation I've read says that the second argument to document() - the base URI - is optional, and that without it the system assumes a base URI of either the stylesheet (if you use a string to specify the file) or the main XML doc (if you get the file URI from an element in the XML).
On 27 Jan 2003 at 9:30, Joseph Kesselman wrote:
> I suspect it's complaining because you haven't provided it with a base URI > for the stylesheet, which means that it has no way to interpret the > relative URI reference in document('second.xml')
|
|