Tagged Questions

XBRL is the Extensible Business Reporting Language.

learn more… | top users | synonyms

2
votes
1answer
421 views

Generating XBRL document programmatically: Use a template or a library?

I am working on a financial application and one of the functionality is to generate XBRL (eXtensible Business Reporting Language) document. If you are familiar with XBRL instance documents, you might ...
2
votes
3answers
221 views

MS-Word to iXBRL

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 ...
2
votes
2answers
637 views

working with xbrl in .net

I want to create a xbrl report with .net, please let me know how to use it. Thanks in advance
2
votes
2answers
1k views

.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?
1
vote
1answer
81 views

Editing an html file like xml file

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 ...
0
votes
0answers
32 views

Performance Optimization for .net 3.5 desktop Application and SQL Server 2008

I need to improve performance a desktop application (.net) which was designed to read the database and create xml files based on XBRL (eXtensible Bussiness Reporting Language). It is using UBMatrix ...
0
votes
1answer
61 views

XLink & XPointer in real world app

Do you know some real examples of implementation and real use of extended XLink and XPointer? Does extended XLink or XPointer have some data model - can it be somehow a part of the DOM? Are there ...
0
votes
1answer
48 views

XBRL .NET package for XBRL document consumers

Does anyone know of good .NET XBRL framework? I am not interested in producing XBRL documents, rather I will be a consumer of those documents. I want to get similar data for several companies from ...
0
votes
1answer
41 views

XBRL Formula Feature in Altova Xmlspy

Does anyone know if the XBRL Formula Feature is or will be supported in the Altova Products (Missionkit, Xmlspy, ...).
0
votes
1answer
60 views

XBRL and its link and xlink specification mapping from xml to C# classes

I want to model XBRL (consisting of one XSD and many included XSD files and a bunch of referenced linkbases which themselves have xlink elements that point to elements within themselves of outside ...
0
votes
2answers
148 views

How to parse this XML using php

I have the following XML (XBRL) file <xbrli:context id="I2010_ForwardContractsMember"> <xbrli:entity> <xbrli:identifier ...
0
votes
2answers
81 views

Problem parsing XML using SimpleXMLElement

I'm using SimpleXMLElement to parse an XML file (XBRL is XML-based). $url = 'http://sec.gov/Archives/edgar/data/104169/000119312511158587/wmt-20110430.xml'; $sec_file = file_get_contents($url) or ...
0
votes
0answers
229 views

How to use XBRL framework in .Net 4.0 c#?

I am trying to use XBRL framework which is used in generating financial reports. Can any one help me out in preparing the XBRL reports. I am not able to get the start.
0
votes
0answers
57 views

removing and inserting tags in HTML

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 ...
0
votes
1answer
245 views

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. ...
0
votes
1answer
1k views

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.