-
XML Templates
I am looking for a solution to update the content in the web page using XML
Templates by multple persons.
Chandra
-
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
-
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
>
>
-
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
> >
> >
>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|