Results 1 to 2 of 2

Thread: Generate Dynamic XML File

  1. #1
    Join Date
    Jan 2008
    Posts
    46
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Generate Dynamic XML File

    Hi
    I am trying to create an xml file like this
    Code:
    <?xml version="1.0" encoding="UTF-8" ?>
    <Module>
      <ModulePrefs title="hello world example" /> 
      <Content type="html">
         <![CDATA[ 
           Hello, world!
         ]]>
      </Content> 
    </Module>
    Insteas of the
    Code:
        <![CDATA[ 
           Hello, world!
         ]]>
    I would like to insert dynamic code. AS i am trying to allow my users to embed dynamic widgets to igoogle.

    How can i replace this hello world code with dynamically placed code.

    Any suggestions?

  2. #2
    Join Date
    Sep 2008
    Posts
    56
    Thanks
    0
    Thanked 6 Times in 6 Posts

    Default

    Hi,

    Which scripting language are you using – PHP, ASP or .NET?

    Cheers,

    Maneet Puri
    Lexolution IT Services
    Web Development Company

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •