XSLTGeneral questions and answers about XSLT. For issues strictly specific to the book XSLT 1.1 Programmers Reference, please post to that forum instead.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the XSLT section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
i saved an xml file on my desk top.
when i open that file on internet explorer it is showing with double quotes
<?xml version="1.0" encoding="utf-8" ?>
but when i open the same file in note-pad / word pad it is showing as single quotes
<?xml version = '1.0' encoding = 'utf-8'?>
STEP1 : i tried to upload the file it is giving errors!!
STEP2 : i opened the file changed the single quotes to double quotes in note pad and then i uploaded . now it is uploading with out any isses!
may i know why it is showing single quotes in notepad and double quotes in IE.
which is causing issues while we are uplaoding the file in server
Have you tried doing "View Source" in IE. You will probably find that you see single quotes there as well.
IE doesn't actually show you the original XML when you view an XML file, it shows you a transformed XML file, with all the whistles and bells that allow you to close and expand the nodes etc.
What has this error got to do with XSLT by the way?
__________________
/- Sam Judson : Wrox Technical Editor -/