User Profile

Collapse

Profile Sidebar

Collapse
bogusbonafide
bogusbonafide
Last Activity: May 7 '12, 10:07 AM
Joined: Apr 9 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • bogusbonafide
    started a topic XML generation using TinyXML
    in XML

    XML generation using TinyXML

    I have written the following classes to generate an XML which is as below:

    Code:
    <JBEToOverseerRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:///c:/Share/resquest.xsd">
        <ConfigParams>        
               <Param Name="OverseerConfJBEPortNum">1025</Param>
               <Param Name="OverseerConfHctHostname">10.31.225.163</Param>
    ...
    See more | Go to post
    Last edited by Dormilich; Apr 24 '12, 02:38 PM. Reason: Please use [CODE] [/CODE] tags when posting code.

  • bogusbonafide
    started a topic Access XML documents in C++
    in C

    Access XML documents in C++

    this is the XML document i have:
    <?xml version="1.0" encoding="UTF-8" standalone="yes "?>
    <Root>
    <ConfigParams >
    <Param Name="1">1857</Param>
    <Param Name="2">10.31. 225.163</Param>
    <Param Name="3">5</Param>
    <Param Name="4">10.31. 225.163</Param>...
    See more | Go to post
No activity results to display
Show More
Working...