DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 4 of 4

Thread: XML Templates

  1. #1
    Chandra Guest

    XML Templates


    I am looking for a solution to update the content in the web page using XML
    Templates by multple persons.

    Chandra

  2. #2
    Russell Jones Guest

    Re: XML Templates

    You need to post a little more information. Are you trying to create an
    application that updates the content of a page based on XML document
    submissions from some administration page? Or are you trying to display a
    single HTML template where the content changes based on the selection of an
    XML document that stores an individual's data?

    "Chandra" <Shetty_Chandra@hotmail.com> wrote in message
    news:3adaf2d9$1@news.devx.com...
    >
    > I am looking for a solution to update the content in the web page using

    XML
    > Templates by multple persons.
    >
    > Chandra




  3. #3
    Chandra Guest

    Re: XML Templates


    Hi Jones
    I am trying to create an application that updates the content of a page
    based on XML document submissions from some administration page.

    Chandra


    "Russell Jones" <arj1@northstate.net> wrote:
    >You need to post a little more information. Are you trying to create an
    >application that updates the content of a page based on XML document
    >submissions from some administration page? Or are you trying to display

    a
    >single HTML template where the content changes based on the selection of

    an
    >XML document that stores an individual's data?
    >
    >"Chandra" <Shetty_Chandra@hotmail.com> wrote in message
    >news:3adaf2d9$1@news.devx.com...
    >>
    >> I am looking for a solution to update the content in the web page using

    >XML
    >> Templates by multple persons.
    >>
    >> Chandra

    >
    >



  4. #4
    Russell Jones Guest

    Re: XML Templates

    You don't say what technology you're using, so here's a generic procedure.
    If you have specific questions, post them here.

    1. From the admin page, post the XML document as a string to the server,
    parse and validate the document
    2. If you're storing the data in a database, retrieve the values and store
    them in the appropriate table(s), if not, save the document on the server.
    3. Turn the HTML page into an XSLT template, and then use a server-based
    transform with the user's XML document as the input to show the user's data
    inserted into the template.

    "Chandra" <Shetty_Chandra@hotmail.com> wrote in message
    news:3adb4b5c$1@news.devx.com...
    >
    > Hi Jones
    > I am trying to create an application that updates the content of a page
    > based on XML document submissions from some administration page.
    >
    > Chandra
    >
    >
    > "Russell Jones" <arj1@northstate.net> wrote:
    > >You need to post a little more information. Are you trying to create an
    > >application that updates the content of a page based on XML document
    > >submissions from some administration page? Or are you trying to display

    > a
    > >single HTML template where the content changes based on the selection of

    > an
    > >XML document that stores an individual's data?
    > >
    > >"Chandra" <Shetty_Chandra@hotmail.com> wrote in message
    > >news:3adaf2d9$1@news.devx.com...
    > >>
    > >> I am looking for a solution to update the content in the web page using

    > >XML
    > >> Templates by multple persons.
    > >>
    > >> Chandra

    > >
    > >

    >




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
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links