View OFP as HTML?

Hello,
i have created a little lightweight EFB from my Tablet in the Homecockpit.
Now i want to ask if there is a way to directly get the actual OFP from my userID diectly as HTML Formattet?

Like the fetcher gives me only xml … not easy to read :slight_smile:

https://www.simbrief.com/api/xml.fetcher.php?userid=

So, is there a way to directly get OFB as HTML ?
I could display it in my EFB.

Thanks
Matthias

Hi, the OFP HTML is available in the <text><plan_html> element of the XML.

You will need to read the XML into an object and then read that node, or maybe use some regex to extract the contents between the <plan_html> ... </plan_html> tags. This is not something we can help you with, but I’m sure Google can help with reading/extracting the XML data.

Best regards,

Hello,
thanks. I know this because i still read the XML.
BUt i tought there is a way ( a link like the fetcher with the Pilot ID ) which i can use to directly get the HTML Output.

Maybe you can create something like the fetcher is for xml, but outputs the HTML OFP?

Thanks