How to build xml integration

2 replies
  • WEB DESIGN
  • |
I need an expertise advise to build xml integration. Please help me with your valuable tips and solutions.
#api #build #integration #xml
  • Profile picture of the author xeliumtech
    XML was created to structure, store, and transport information.

    • XML stands for Extensible Markup Language
    • XML is a markup language much like HTML
    • XML was designed to carry data, not to display data
    • XML tags are not predefined. You must define your own tags
    • XML is designed to be self-descriptive

    This is the method for fetching data from xml code in php

    $node->getElementsByTagName('Tagname')->item(0)->nodeValue,


    First $node will fetch value from this tag <tagname>Any thing which is inside this tag</ tagname >
    {{ DiscussionBoard.errors[9291914].message }}
  • Profile picture of the author brayk
    Yeah you'll need to ask a more specific question - XML as a generality is a very wide topic.
    {{ DiscussionBoard.errors[9292956].message }}

Trending Topics