xbrl

.NET library for use with XBRL or XLINK

Does anyone know of a good .NET library I can use to process XBRL or XLINK documents? ...

Does SAP support XBRL as standard?

Does SAP support XBRL as standard? If so, from which version? Are certain SAP components required for XBRL? Thanks. ...

working with xbrl in .net

Hi Experts, I want to create a xbrl report with .net, please let me know how to use it. Thanks in advance ...

Is there a more pythonic way to access the child elements of parents using lxml

I am poking at XBRL documents trying to get my head around how to effectively extract and use the data. One thing I have been struggling with is making sure I use the context information correctly. Below is a snippet from one of the documents I am playing with (this is from Mattel's latest 10-K) I want to be able to efficiently colle...

MS-Word to iXBRL

Hi, I need to develop a MS-Word plug in application using VS2008 that converts a docx file having content controls to iXBRL format. iXBRL format is a relatively new financial statement standard. Are there any APIs to help me out or can anyone give me idea to go ahead with it? Thanks in advance. Regards, Saubhagya ...

removing and inserting tags in HTML

Hi, I need to convert HTML file to iXBRL format. iXBRL format is basically html with some embedded nodes or some information of html file wrapped under ixbrl tags. For this, I will need to SEARCH and REMOVE some nodes from HTML file and WRAP some nodes under iXBRL tags. Can I use XML DOM in C# to achieve this objective. Am I right in a...

Editing an html file like xml file

Hi, I need to convert HTML file to iXBRL format. iXBRL format is basically html with some embedded nodes or some information of html file wrapped under ixbrl tags. For this, I will need to SEARCH and REMOVE some nodes from HTML file and WRAP some nodes under iXBRL tags. I'm not able to use XML DOM as it shoots an exception on content t...