xsl-list
[Top] [All Lists]

Re: [xsl] Getting an error with a variable

2006-07-28 23:42:29
"Garry" == Garry Searle <garry(_at_)justimagine(_dot_)com(_dot_)au> 
writes:

    Garry> I'm wanting to combine 2 xml files. One has a list of car
    Garry> number and competitor names, the other is a list of
    Garry> times. Essentially a relational database. I use .asp to
    Garry> pass the xml and xsl files. Is it possible to pass 2 xml
    Garry> files, or how can I access the data from the 2nd xml
    Garry> file. Could you point me to some documentation. I havent
    Garry> been able to find anything.

You could pass the URI of the second file as a stylesheet parameter.
Then use the document() function.
-- 
Colin Adams
Preston Lancashire

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--