<<
Is there an XSL file available, to define the data you are
importing from?
>> 


XSL files are stylesheet / transformation files to apply to XML, they don't 
document structure.  I think you'd be looking for an XSD (Schema) file.

But I'm pretty sure that R:Base only loads homogenous, unnested XML files (that 
is, XML that looks like database records) rather than arbitrarily complex XML 
files — I don't even know how it would approach loading those.

There is a huge impedance mismatch between relational database data and 
complexly structured XML data.  Each has its place, but converting one to the 
other is not trivial.
--
Larry

Reply via email to