Re: [xsl] Stopping any processing instruction output

Subject: Re: [xsl] Stopping any processing instruction output
From: David Carlisle <davidc@xxxxxxxxx>
Date: Sat, 3 Feb 2007 20:45:55 GMT
PS
I just noticed you had posted the start of your stylesheet with the`
offending line

<?xml version="1.0" encoding="UTF-8" ?>
<xsl:stylesheet version="1.0"


xmlns="http://www.miltonstreet.com/events.xsd";
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ remove this line

xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
xmlns:p="urn://www.miltonstreet.com/events.xsd"
exclude-result-prefixes="p">

Current Thread