Re: Google API using SOAP Lite doesn't like '&' in query



I think I found the problem. Since this is being converted into a SOAP
query (XML), the '&' char must be converted in '&'. The & is
then converted back into a '&' char when performing the actual query.

This also applied to using the Net::Google module. An automatic
conversion of these chars would be nice to have done.

Frank

.



Relevant Pages

  • Re: Sets and portability (was) Re: Is ISO Pascal compatible with J&W (original) Pascal ?
    ... strings, the user can control the length by the data they process; ... >> The computer world is more complex than it's ever been (eg Unicode) ... The Pascal `Char' type can be this size (unlike C, ... > Note that ansi->wide conversion is codepage sensitive. ...
    (comp.lang.pascal.misc)
  • Re: pointer questions
    ... example the conversion from a void * pointer to a char *). ... You need to understand the difference between conversion and casting. ... If, for instance, src is a void* pointer, then the following definition: ... To create a definition with an initializer for dst, it needs to start out as a declaration for dst: ...
    (comp.lang.c)
  • Re: Strings in asm
    ... EncodeBase64 proc source: DWORD, dest: DWORD ... LOCAL nConv: DWORD; conversion to execute ... ;read 3 char, write 4 ...
    (alt.lang.asm)
  • Re: about operation of unsigned type
    ... no conversion is performed. ... operands in your subtraction have type unsigned char. ... systems) or to `unsigned int', ... values are converted to signed int. ...
    (comp.lang.c)
  • Re: byte to integer
    ... >>Simple question regarding byte to integer conversion: ... >>integers are 32, char is 8 bits. ... definition based on representation, they are defined in terms of value. ... so unsigned types have a special rule to determine ...
    (comp.lang.c)