|
Home > Archive > Microsoft Content Management Server > February 2004 > store XML in an HTMLPlaceholder
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
store XML in an HTMLPlaceholder
|
|
| Chandy 2004-02-26, 7:34 am |
| Hi,
I have been using Stefan's ImageChangePlaceholder as a basis for a
Custom Placeholder of my own that can launch the MCMS Tree and
Resource Gallery browsers. I also have a requirement to store XML in
the placeholder but I know I cannot use an XMLPlaceholder as that
would stop me from being able to use the MCMS tree and resource
gallery controls. Now I have the problem that the .html attribute of
the htmlplaceholder control inspects the string passed to it to ensure
it is HTML.
How can I store my XML string in an HTML placeholder?
Thanks,
FG
| |
| Stefan [MSFT] 2004-02-26, 10:35 am |
| Hi Chandy,
you need to implement the escape/unescape code in this placeholder control
in your custom placeholder control in order to get this working:
http://www.gotdotnet.com/Community/...e3-5009a962acea
Cheers,
Stefan.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"Chandy" <chandy@totalise.co.uk> wrote in message
news:5af0375a.0402260412.fe0ea8e@posting.google.com...
> Hi,
>
> I have been using Stefan's ImageChangePlaceholder as a basis for a
> Custom Placeholder of my own that can launch the MCMS Tree and
> Resource Gallery browsers. I also have a requirement to store XML in
> the placeholder but I know I cannot use an XMLPlaceholder as that
> would stop me from being able to use the MCMS tree and resource
> gallery controls. Now I have the problem that the .html attribute of
> the htmlplaceholder control inspects the string passed to it to ensure
> it is HTML.
>
> How can I store my XML string in an HTML placeholder?
>
> Thanks,
>
> FG
|
|
|
|
|