Results 1 to 6 of 6

Thread: How XML Can Make the Microsoft Office System Data More Valuable?

  1. #1
    Join Date
    May 2009
    Posts
    511

    How XML Can Make the Microsoft Office System Data More Valuable?

    I just came to know that using XML in Microsoft Office System, the data becomes more valuable. I have tried to search on the Web but didn't get appropriate results. Since you guys have guided me properly till now, I thought to take some help from you guys.! Please explain me how XML can make the Microsoft Office System Data more valuable? Hope that you got my point and reply me as early as possible.

  2. #2
    Join Date
    Apr 2008
    Posts
    4,642

    Re: How XML Can Make the Microsoft Office System Data More Valuable?

    By decoupling the data contained within documents from other aspects of the document (layout, Which application created it, and so on), the use of XML in the Microsoft Office system that makes data more available and accessible to developers and power users, more usable by organizations, and more capable of being integrated into existing business processes. Support for extensible Markup Language (XML) in both Microsoft Office Excel 2003 and Microsoft Office Access 2003 is dramatically expanded from what was first offered in the Microsoft Office XP editions.

  3. #3
    Join Date
    May 2008
    Posts
    4,570

    Re: How XML Can Make the Microsoft Office System Data More Valuable?

    With XML, Office developers do not need to know WHERE in a document the data they desire to capture is located. They simply have to know WHAT is defined, or mapped, through an XML schema (XSD). Traditionally, Office developers who wanted to retrieve data from Office documents have been forced to know and refer to the structure of the document. For example, a developer who created a solution that maps to a table in a Word document would have Had to write code that locates the data in the context of the Word document's structure. If an information worker using the document added a table at the top of the document, they would render the data inaccessible to the developer's solution.

  4. #4
    Join Date
    May 2008
    Posts
    353

    Re: How XML Can Make the Microsoft Office System Data More Valuable?

    XML exposed the information in the document by describing it independently of any formatting information or data location. For example, the same data that before Had to be located in some specific Excel or Word table cell can now be Placed anywhere and simply contained by an XML element for SalesData (the element name is totally definable). Such data would look like :
    • <SalesData> Data </ SalesData>

  5. #5
    Join Date
    May 2008
    Posts
    390

    Re: How XML Can Make the Microsoft Office System Data More Valuable?

    You can consider an XML is essential tools in the office. The vast majority of data flows within and between firms consists of office documents. The development of specific scenarios necessarily requires consideration of XML directly into the desktop tools. All software XML, not just Microsoft Office 2003 can now handle Office documents :
    • Creating and formatting documents on the server.
    • Reuse, indexing, full text search of documents.
    • Sharing documents across different systems.

  6. #6
    Join Date
    Aug 2006
    Posts
    209

    Re: How XML Can Make the Microsoft Office System Data More Valuable?

    The following are the XML capabilities of Word :
    1. Save a document in Word format XML.
    2. Associate an XSD schema to the Word template. Tagging and validation of the document content via XML Schema.
    3. Incorporate any content static or dynamic XML in the document.
    4. Rich programming around the DOM XML in VBA.
    5. Support for XPath, content re-use of XML via XPath + XSL.
    Blessings to you

Similar Threads

  1. Replies: 4
    Last Post: 31-12-2011, 06:11 PM
  2. After system restore Microsoft office is not responding
    By Ambition in forum Windows Software
    Replies: 3
    Last Post: 07-01-2011, 04:02 PM
  3. Need help to change office 2004 Microsoft User Data folder
    By Indivar in forum Windows Software
    Replies: 5
    Last Post: 04-01-2011, 12:10 AM
  4. A Data Table in Microsoft Office Excel
    By kattman in forum Guides & Tutorials
    Replies: 7
    Last Post: 29-04-2009, 05:58 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,915,710.88785 seconds with 17 queries