This is my xml input.
XSLT understands the namespaces QNames which are defined in input XML.
In addition to the above answer we can give any name to our xsl namespace.
Input xml has definition as xmlns:dc="http://purl.org/dc/elements/1.1/" and elements are defines as dc prefix
You can define a stylesheet below :
Entering package. Selected Language.