xsl-list
[Top] [All Lists]

Re: [xsl] Stopping any processing instruction output

2007-02-03 13:46:09
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">



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--