Wrox Programmer Forums
Go Back   Wrox Programmer Forums > XML > XSLT
|
XSLT General 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
 
Old August 5th, 2010, 07:54 AM
Authorized User
 
Join Date: Mar 2010
Posts: 45
Thanks: 6
Thanked 0 Times in 0 Posts
Default issue with doube quotes

Hi,

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

Thanks
Anil
 
Old August 5th, 2010, 07:57 AM
samjudson's Avatar
Friend of Wrox
 
Join Date: Aug 2007
Posts: 2,128
Thanks: 1
Thanked 189 Times in 188 Posts
Default

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 -/

Think before you post: What have you tried?
 
Old August 5th, 2010, 08:26 AM
mhkay's Avatar
Wrox Author
 
Join Date: Apr 2004
Posts: 4,962
Thanks: 0
Thanked 292 Times in 287 Posts
Default

Why are you asking this on an XSLT forum? It's completely off topic.
__________________
Michael Kay
http://www.saxonica.com/
Author, XSLT 2.0 and XPath 2.0 Programmer\'s Reference





Similar Threads
Thread Thread Starter Forum Replies Last Post
How do you get Rid of quotes hewstone999 Access VBA 1 April 15th, 2008 10:42 AM
Quotes in textbox amit_p_patel VB How-To 7 May 22nd, 2007 02:29 AM
double quotes MyronCope Classic ASP Basics 2 November 21st, 2006 09:31 AM
displaying single quotes and double quotes ren_123 Classic ASP Databases 2 February 22nd, 2006 02:17 PM
Double Quotes and Single Quotes Problem phungleon Classic ASP Basics 7 May 27th, 2004 01:44 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.