xml help
- Started
- Last post
- 6 Responses
- ********
anyone know the correct way to list a hyperlink in xml, and then access it in html. i'm really bad at xml, but i have to use it for a project at work. ie:
<email>http://www.qbn.com</email>
but then how do i get it to work in html:
<a href="--fill in the blank---">
any help would be appreciated
- cosmo0
I think if you use ![CDATA[content goes here]] your links would work just fine.
- ********0
appreciated... i ended up looking up some tutorials and the examples wouldn't even work in firefox so i showed my boss and i told him i was going to look into a different solution. he agreed
- maximillion_0
check this out
- ********0
This really helped me last night.
http://www.adobe.com/support/fla…i'd do:
<email url="mailto:bla@bla.org"></email>
- maximillion_0
this is for flash?
- it was actually just xml and xslt, but it was proving to be more trouble than it was worth********
- it was actually just xml and xslt, but it was proving to be more trouble than it was worth
- mikeim0
if you use the latest DW with Spry widgets, you can use them to grab and display xml data into tables in your html doc.