Jump to content

Problem with Single Vs Double Quotes


Jed Davidow

Recommended Posts

I am again working with a google API structure, which they provide using single quotes:

 

Easy XML handles this...

 

This just parses out three blanks, with no error...

 

Now, it may be true that when running the API the text is provided with double quotes (I haven't had a chance to check) but Google is providing the example in their documentation with single quotes.

Ex: http://code.google.com/apis/contacts/devel...html#Retrieving

 

Anyone know the spec?

Link to comment
Share on other sites

I am again working with a google API structure, which they provide using single quotes:

 

Easy XML handles this...

 

This just parses out three blanks, with no error...

 

Now, it may be true that when running the API the text is provided with double quotes (I haven't had a chance to check) but Google is providing the example in their documentation with single quotes.

Ex: http://code.google.com/apis/contacts/devel...html#Retrieving

 

Anyone know the spec?

 

Hi Jed,

 

Thanks for reporting this. I can reproduce the problem on my end and have created a case (5174: Attributes with single quotes aren't working) in our issue tracking system.

 

I'm not sure about the Google API spec.

 

Thanks,

 

-Jim

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.