hi ,
i have a gui that allows a user enter balance sheet details, i want to use this information to create and xml instance that is xbrl compliant, anyone know how i can do this using the xmlTextWriter or something similar?
thanks for your help
gemma
enter the information into a data table, then you can use datatable.dataset.writeXML("fileName",true) the second parameter is the write schema parameter, that should make it readable by pretty much anything.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.