working with xbrl in .net
Asked Answered
P

3

5

I want to create a xbrl report with .net, please let me know how to use it.

Potence answered 2/6, 2010 at 14:17 Comment(2)
Any suggestion, from where I can start learning it.Potence
why Vote down for this question ?? +1 from my sideGeneva
P
4

See Gepsio: XBRL Document Object Model for .NET to load XBRL documents.

Checkout the Gepsio Documentation for a basic example to implement it.

See Rivet Software Dragon View XBRL Viewer to view XBRL taxonomies.

Unfortunately, XBRL's momentum on .NET platforms is very slow so documentation on how to implement it will be hard/impossible to come by.

Pineapple answered 11/6, 2010 at 20:35 Comment(0)
S
7

Saying you want to create an XBRL report with .Net is a little like saying you would like to write a novel with the Cyrillic alphabet and asking how to do so.

There are APIs and DOMs for working with XBRL with .Net (e.g., Google the terms "gepsio and XBRL" or "Hitachi Systems XiRUTE .NET", which as the name suggests supports Microsoft .NET framework.)

Most of the available APIs are for Java.

The SEC provides source code for XBRL viewers (http://www.sec.gov/spotlight/xbrl/renderingenginelicense.htm) from which you might learn. Where else can you learn XBRL? The XBRL ORG web site has the Specification(s), conformance suites, samples.

Sherry answered 8/6, 2010 at 12:26 Comment(0)
P
4

See Gepsio: XBRL Document Object Model for .NET to load XBRL documents.

Checkout the Gepsio Documentation for a basic example to implement it.

See Rivet Software Dragon View XBRL Viewer to view XBRL taxonomies.

Unfortunately, XBRL's momentum on .NET platforms is very slow so documentation on how to implement it will be hard/impossible to come by.

Pineapple answered 11/6, 2010 at 20:35 Comment(0)
I
0

As of beginning of 2020, xbrl.org has this list of tools available for working with xbrl: https://www.xbrl.org/the-standard/how/tools-and-services/

Iow answered 2/1, 2020 at 22:31 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.