PDA

View Full Version : Links with XML


ls yourdaddy
01-14-2005, 06:02 AM
How do you add a link in the XML code? I am new to XML and I know about XHTML but I want to use strait XML

hemebond
01-14-2005, 06:21 AM
but I want to use strait XMLIf you're trying to add links to XML, I don't think you understand what XML is all about.

I suggest you go learn HTML.

ls yourdaddy
01-14-2005, 02:26 PM
I know html, I know a lot of php, I know css... I just wanna learn xml... i know there is xhtml, but I was wanting to know if you could use links in xml...

liorean
01-14-2005, 03:06 PM
XML is just syntax, not vocabulary. Whether you can use links or not depend on the XML application (markup language) you chose. If the XML application has native links (XHTML is an example of this) or if it supports either XLink or arbitrary different namespaces (which allows you to use XLink) then yes, you can use links in XML. If it doesn't, then no, it can't.

ls yourdaddy
01-15-2005, 01:06 AM
XML is just syntax, not vocabulary. Whether you can use links or not depend on the XML application (markup language) you chose. If the XML application has native links (XHTML is an example of this) or if it supports either XLink or arbitrary different namespaces (which allows you to use XLink) then yes, you can use links in XML. If it doesn't, then no, it can't.
Thanks for the helpfull information.