XSL Visual Pattern Builder - 19 Feb 2002

Description: This demo is a Visual Basic application that allows the user to build XSL patterns and use those patterns to retrieve XML nodes from an XML document.

ITPro Today

February 18, 2002

1 Min Read
ITPro Today logo in a gray background | ITPro Today

Description: This demo is a Visual Basic application that allows the user to build XSL patterns and use those patterns to retrieve XML nodes from an XML document.

More Details

This demo loads and parses the XML document using the MSXML parser that ships with Microsoft Internet Explorer 5. It also uses the XML Object Model to retrieve nodes based on XSL pattern matching. This is a great tool for learning the syntax for XSL patterns. It is also a good example of how to use the MSXML parser from Visual Basic.

Browser/Platform Compatibility

This demo was built using Visual Basic 6.0 and accesses the MSXML.DLL that ships with Microsoft's Internet Explorer 5. Internet Explorer 5 on the Win32 platform is required to run this demo.

Complete Article

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like