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
timothy brooks
2,577 PointsImporting 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
Erik Nemesis
13,356 PointsIf 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.
timothy brooks
2,577 PointsCool. I am going through a tutorial to parse the data using jquery now. If there is a more efficient way please chime in!
Erik Nemesis
13,356 PointsJust use one of those third party plugins.
timothy brooks
2,577 PointsDo you have one you use? Just curious
timothy brooks
2,577 PointsDo you have one you use? Just curious
Erik Nemesis
13,356 PointsWell 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.
timothy brooks
2,577 PointsI will check that out too
timothy brooks
2,577 PointsI will check that out too