Hi, I've looked over the win32::Visio module and it appears to have a lot of great tools for creating Visios but I didn't see any that will actually parse a Visio. I am curious if there is a function or set of functions in that module that will access, namely, text data within a shape. Basically, I want to pull out some text data, compare it with a matching value in a spreadsheet and exchange it with a corresponding value. I use the Win32::OLE for excel successfully but can't seem to find documentation regarding the same for Visio. As of now, I am just parsing the raw xml of the Visio but this has now become untenable due to formatting glitches in Visio.