Your document is in a namespace. The element name is not "Card" it is "x:Card" where the prefix "x" represents the namespace "SMschema". You need to use a prefix bound to this namespace in your XPath queries and XSLT match patterns.
Google for "FAQ XSLT default namespace".
Michael Kay
http://www.saxonica.com/
Author, XSLT Programmer's Reference and XPath 2.0 Programmer's Reference