PDA

View Full Version : CSS and XMLComponent..


thumbslinger
03-07-2008, 08:58 PM
I've got an xml document loading into a text-area component.

Now, I'm trying to figure out how to style that xml data via css, or even basic html.

When I link a style sheet within the xml, it doesn't work. When I try regular html tags, it doesn't work.

Is it possible to style the data in an xml file that's getting loaded via an XMLConnector?

I have Name, Title and Quote within the main node of Testimonials and I'm trying to style each.

thanks