Hass.io Command line and XML

Greetings,

I have had to move to hass.io since hassbian is no longer working. Attached to the bottom of the message is the XML file. I can not get cat filename to work. All I can get is command line error and no other message. Is there something special you have to do to get command line to work? Or is there another way I can get this XML file to load as sensors?

Any suggestions is welcome.

<?xml version="1.0" encoding="UTF-8" ?>
<solar>
	<solardata>
		<source url="http://www.hamqsl.com/solar.html">N0NBH</source>
		<updated> 14 Apr 2020 0019 GMT</updated>
		<solarflux>70</solarflux>
		<aindex> 5</aindex>
		<kindex> 1</kindex>
		<kindexnt>No Report</kindexnt>
		<xray>  n/a   </xray>
		<sunspots>0</sunspots>
		<heliumline> 91.8</heliumline>
		<protonflux>1.00E+05</protonflux>
		<electonflux>1.00e+05</electonflux>
		<aurora></aurora>
		<normalization></normalization>
		<latdegree>No Report</latdegree>
		<solarwind>372.0</solarwind>
		<magneticfield>  0.5</magneticfield>
		<calculatedconditions>
			<band name="80m-40m" time="day">Fair</band>
			<band name="30m-20m" time="day">Fair</band>
			<band name="17m-15m" time="day">Poor</band>
			<band name="12m-10m" time="day">Poor</band>
			<band name="80m-40m" time="night">Good</band>
			<band name="30m-20m" time="night">Fair</band>
			<band name="17m-15m" time="night">Poor</band>
			<band name="12m-10m" time="night">Poor</band>
		</calculatedconditions>
		<calculatedvhfconditions>
			<phenomenon name="vhf-aurora" location="northern_hemi">Band Closed</phenomenon>
			<phenomenon name="E-Skip" location="europe">Band Closed</phenomenon>
			<phenomenon name="E-Skip" location="north_america">Band Closed</phenomenon>
			<phenomenon name="E-Skip" location="europe_6m">Band Closed</phenomenon>
			<phenomenon name="E-Skip" location="europe_4m">Band Closed</phenomenon>
		</calculatedvhfconditions>
		<geomagfield>VR QUIET</geomagfield>
		<signalnoise>S0-S1</signalnoise>
		<fof2> 4.8</fof2>
		<muffactor> 3.07</muffactor>
		<muf>NoRpt</muf>
	</solardata>
</solar>

Thanks