Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Parsing XSL


Message #1 by "Yehuda Rosenblum" <Yehuda@I...> on Wed, 28 Mar 2001 17:53:25 -0500
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.  

  Return to Index