PDA

View Full Version : XML Conversion for BB Viewing?


jgb@etree
06-14-2007, 07:05 AM
I'm wondering if anyone can shed some light on a process that I know very little about - rendering web pages on the BB - specifically on 87xx series devices.

Our network monitoring systems generate XML files which we host on an IIS server to allow everyone in IT to see the status of a few hundred critical devices. Unfortunately, these pages won't render on our BB's and was wondering if there is a way to script up something that will parse the XML and repackage it in good old HTML so that the BB browser can view it.

Any thoughts?

Perfect Storm
06-14-2007, 03:30 PM
This is going to require developing scripting custom to your xml files. I'm not really sure what you're looking for as far as help here

jgb@etree
06-14-2007, 04:29 PM
This is going to require developing scripting custom to your xml files. I'm not really sure what you're looking for as far as help here

I figured some scripting would be involved.. I'm hoping there might be some sort of generic conversion script available (perl, preferably) that I could run as a cron job to convert XML+XSL > HTML