Umbracos nya XML-schemahema

Modified on 2011/04/09 16:52 by Jovall — Categorized as: Uncategorized

New XML-schema from version 4.5

Follows an example of the XML based on the new schema. Note that each node has been replaced with the Alias name of the node. This has ramifications on how XSLT-code has to be written.

<root id="-1">
  <Home id="1080" 
        parentID="-1" 
        level="1" 
        writerID="0" 
        creatorID="0" 
        nodeType="1066" 
        template="1051" 
        sortOrder="2" 
        createDate="2010-05-30T16:17:58" 
        updateDate="2010-05-30T16:22:54" 
        nodeName="Home" 
        urlName="home" 
        writerName="Administrator" 
        creatorName="Administrator" 
        path="-1,1080" 
        isDoc="">
     <umbracoNaviHide>0</umbracoNaviHide>
     <siteName>My Site</siteName>
     <headerText>
        <![CDATA[<p><strong>Sam Grady designed this for Warren Buckley.</strong> 
                 "This" idea was first created by the incredible Robert Brownjohn 
                 and has been copied many times since.</p>
        ]]>
     </headerText>    
    
     <Textpage id="1081" 
               parentID="1080" 
               level="2" 
               writerID="0" 
               creatorID="0" 
               nodeType="1070" 
               template="1058" 
               sortOrder="1" 
               createDate="2010-05-30T16:23:31" 
               updateDate="2010-05-30T16:24:03" 
               nodeName="About" 
               urlName="about" 
               writerName="Administrator" 
               creatorName="Administrator" 
               path="-1,1080,1081" 
               isDoc="">      
        <umbracoNaviHide>0</umbracoNaviHide>
        <headerText>
           <![CDATA[<p>This is a good place to put a service message or 
                    something to<br />help define your site or company.</p>
           ]]>
        </headerText>      
        <bodyText>
           <![CDATA[<p><strong>Lorem ipsum dolor sit amet, consectetur 
                    adipiscing elit. Aliquam ullamcorper condimentum lorem. 
                    Curabitur placerat nunc ut leo. Integer eros ligula, 
                    vestibulum at, eleifend id, dignissim vel, est.</strong></p>
           ]]>
        </bodyText>
     </Textpage>
  </Home>
</root>