I am creating a report from an auto-generated XML file using XSL. In the file my root node contains the time stamp as a namespace. When I generate my HTML report with time stamp included in the XML file, I am not able to pull the attribute in the node. When I delete it, it works fine. Can someone shed a little light on this topic. Thanks.
with the timestamp:
<AdminReports xmlns="30/11/2011 09:25:58">
<?xml version="1.0" encoding="ISO-8859-1"?><!DOCTYPE AdminReports []>
<?xml-stylesheet type="text/xsl" href="AdminReport.xsl"?>
<AdminReports xmlns="30/11/2011 09:25:58">
<AdminReport ID="1">
</AdminReport >
</AdminReports>