Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To support XML content type for CPS API's


Table of Contents


References

CPS-2071


Code Block
languagexml
themeConfluence
titleLet's say Sample XML Data
collapsetrue
<?xml version='1.0' encoding='UTF-8'?>
<bookstore xmlns="org:onap:ccsdk:sample">
    <bookstore-name>Chapters</bookstore-name>
    <categories>
        <code>1</code>
        <name>SciFi</name>
        <books>
            <title>A Space Odyssey</title>
            <lang>en</lang>
            <authors>
                Iain M. Banks
            </authors>
            <pub_year>1994</pub_year>
            <price>895</price>
        </books>
    </categories>
</bookstore> 

...