Xml

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shivakanungo
    New Member
    • Jun 2008
    • 6

    Xml

    Code:
     
    - <bRotator h="150" w="400" bgColour="FFFFFF" borderSize="1" borderColour="009999" loadFontSize="9" loadFontColour="666666" textValue=": click for more" textFontSize="10" textFontColour="000000" textBackgroundColour="FFFFFF" textBackgroundAlpha="80" showText="true" transitionTime="2" pauseTime="5">
    - <banner transition="slideLeft"> 
    <title /> 
    <image>images/1.jpg</image> 
    </banner>
    - <banner transition="fadeIn">
    <image>images/2.jpg</image> 
    </banner>
    - <banner transition="scaleCentre">
    <image>images/3.jpg</image> 
    </banner>
    - <banner transition="slideLeft">
    <image>images/5.jpg</image> 
    </banner>
    - <banner transition="scaleCentre">
    <image>images/6.jpg</image> 
    </banner>
    - <banner transition="Circle out">
    <image>images/7.jpg</image> 
    </banner>
    - <banner transition="Random horizontal lines">
    <image>images/8.jpg</image> 
    </banner>
    - <banner transition="Random vertical lines">
    <image>images/9.jpg</image> 
    </banner>
    </bRotator>
    Can u plase tell me how to edit the XMl for example i want to Edit image inside the node banner i aslo want to edit bgColour inside the node b rotator
    Last edited by DrBunchman; Jun 13 '08, 08:49 AM. Reason: Added code tags - Please use the # button
  • Curtis Rutland
    Recognized Expert Specialist
    • Apr 2008
    • 3264

    #2
    Are you saying that you want to programmaticall y edit the XML? Look up the System.XML library. It has all the tools you need for that. Google "C# XML" for plenty of tutorials.

    Comment

    Working...