Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. gemmak

    how do i write the following xml instance document?

    This is a great help thanks, I just have two questions: This is the output that code generates: <group> <group id="" period="P2Y/2000-12-31" schemaLocation="XBRL-IETaxonomy102beta.xsd" scaleFactor="0" precision="3" type="" unit="ISO4217:USD" entity="IrishCo plc" decimalPattern="####.##"...
  2. gemmak

    how do i write the following xml instance document?

    HI I should have been more clear, I want to write code that will produce the instance document and store it in memory, I don't need the style sheet.. I have been looking at DOM and xmlTextWriter... thanks
  3. gemmak

    how do i write the following xml instance document?

    <?xml version="1.0"?> <?xml-stylesheet type="text/xsl" href="companybalsheet.xsl"?> <xbrl:group xmlns="http://www.w3.org/1999/XMLSchema" xmlns:xbrl="http://www.xbrl.org/core/2000-07-31/metamodel"> <xbrl:group id="" period="P2Y/2000-12-31" schemaLocation="XBRL-IETaxonomy102beta.xsd"...
  4. gemmak

    xbrl & xmlTextWriter -please help

    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

Part and Inventory Search

Back
Top