Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

Importing XML into HTML page then styling content with CSS

My goal is to import image links and text from a xml link. (Example: www.content.com/feed.xml). After getting that content I would like to style the content with CSS.

What is the best method to do this?

Thanks guys!

8 Answers

If I am not wrong, you can, CSS works independently of the tag langage used: HTML, XML, XAML...

Not sure how the browser would be rendering it though, if it's not regular tags.

Cool. I am going through a tutorial to parse the data using jquery now. If there is a more efficient way please chime in!

https://www.youtube.com/watch?v=w_gReWEq-5g

Just use one of those third party plugins.

Do you have one you use? Just curious

Do you have one you use? Just curious

Well I never had to do that, but search on http://www.github.com and http://plugins.jquery.com, you can maybe find something out there.

I will check that out too

I will check that out too