I'm sure this is a no brainer but my head hurts trying to figure this out... so please help.
I have xml like the following
<?xml version="1.0">
<doc xmlns:abc="ab:cd:ef:gh">
<title abc:font="Times New Roman">My Father Was A Monkey</title>
</doc>
I want to write some xslt to grab both the font attribute and the title value.
How the heck do I do this? I'm not used to writing xslt for xml that has namespaces declared (flame on), so I don't get how to reference the attribute here... Please help!
