XSL is a form of XML, so the answer must be yes! Just open the XSL file like
any other XML file.
Also, all these files are just text, so you can always write your own
parsing code, if you're up to it.
AM
-----Original Message-----
From: Yehuda Rosenblum [mailto:Yehuda@I...]
Sent: 28 March 2001 23:53
To: professional vb
Subject: [pro_vb] Parsing XSL
Does anyone know if you can parse XSL in VB? I know you can use the DOM
object to parse XML, but will this work on XSL? Microsoft seems to say
so, yet I see no code samples to do so.