Problem executing XML code using XSL
error on line 1 at column 64:XML declaration allowed only at the start of the documentAnd the first 2 lines of my code are as follows,
<?xml version = "1.0"?> <?xml:stylesheet type="text/xsl" href="frstxs.xsl"?>Please help me out 😕..