11-09-05 10:51 PM
Hi,
XmlAsString should return the XML content - not such a string.
Or are you storing the content like this? That is not well formatted XML.
You should store the content as XML and then use the Xml classes of .NET
framework to access the XML elements and attributes.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
"smbslt99" <elizabethm42@yahoo.com> wrote in message
news:1131547743.148260.265680@f14g2000cwb.googlegroups.com...
> We want to be able to filter news articles based on their topic(s), so,
> for instance, all news articles about "international" will show up on
> the international page. I've created a custom checkbox placeholder
> control based on the example in "Building Websites with Microsoft
> Content Management Server". This seems to work fine, but if multiple
> checkboxes are selected (like international, speakers, conferences),
> the xmlasstring value is "internationalspeakersconferences". I can
> still use IndexOf to select all the postings that contain
> "international" but I'm wondering if there would be a better way of
> doing this. Is there a way that I can access them as separate values?
> Thanks.
>
[ Post a follow-up to this message ]
|