If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > XBRL validation with DB2 7.2 OS/370 or Express-C ?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-07-06, 05:54
Wim Wim is offline
Registered User
 
Join Date: Nov 2004
Posts: 1,279
XML (XBRL) validation with DB2 7.2 OS/370 or Express-C ?

Is it possible to perform a validation on a XBRL document using DB2 7.2 OS/370 and/or DB2 Express-C (viper)?

We will receive (and must provide) XBRL documents in the future with our partners. XBRL is a specific XML schema for financial information. So DB2 should be able to validate the correctness of the XBRL files/data we will receive.

I did some XML tests on DB2 8.1 LUW on my previous job. I don't know if DB2 on our mainframe can do the validation. If not, I was thinking of doing the validation on DB2 Express-C, and then load it into DB2 on the MF if the data turns out to be OK, untill we have a more recent version of DB2 on the MF.

Migrating to a newer version of software on a MF seems to go a tiny bit slower than on other platforms.
__________________
With kind regards . . . . . SQL Server 2000/2005/2008/2008 R2 Earned beers: 16
Wim
Beware of bugs in the above code; I have only proved it correct, not tried it. -- Donald Knuth
Grabel's Law: 2 is not equal to 3 -- not even for very large values of 2.
Pat Phelan's Law: 2 very definitely CAN equal 3 -- in at least two programming languages

Last edited by Wim; 07-10-06 at 05:15.
Reply With Quote
  #2 (permalink)  
Old 07-07-06, 19:23
Peter.Vanroose Peter.Vanroose is offline
Registered User
 
Join Date: Sep 2004
Location: Belgium
Posts: 1,079
As I understand it from the documentation on the XML Extender for DB2 v7.2, XML validation has several limitations, and uses a DTD, not a Schema.

Hence I would propose to validate the XBRL files outside DB2.

With Viper the story should be different, but I've not yet tried out the XML support in v9 so I cannot comment on that...
__________________
--_Peter Vanroose,
__IBM Certified Database Administrator, DB2 9 for z/OS
__IBM Certified Application Developer
__ABIS Training and Consulting
__http://www.abis.be/
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On