At 10:46 -0700 8/12/04, Karam Chand wrote:
Hello,
i have a table with a LONGBLOB column. We store some
small images in it. I want to export them in XML
format with schema like:
data
data
...
...
Now the problem is even if I mysql_real_escape() and
changing entities like <,> to < & > the data
some o
: Re: Escaped BLOB data in XML
This leads me to another question. What are the valid ASCII characters that
XML parser understands.
Are they only a-1,A-Z,0-9,., etc or some other characters.
Regards,
Karam
--- Karam Chand <[EMAIL PROTECTED]> wrote:
> Hello,
>
> Hmmm. I was fi
This leads me to another question. What are the valid
ASCII characters that XML parser understands.
Are they only a-1,A-Z,0-9,., etc or some other
characters.
Regards,
Karam
--- Karam Chand <[EMAIL PROTECTED]> wrote:
> Hello,
>
> Hmmm. I was figuring that out. mysql_escape_string()
> only esca
Hello,
Hmmm. I was figuring that out. mysql_escape_string()
only escapes characters like \r, \n, \\, 0 etc. it
still keep other non-character data same like it keep
ascii 15 to ascii 15 that no parser is able to handle.
Isnt there any better way then base64 to handle this.
Just like replacin < to
Karam Chand wrote:
i have a table with a LONGBLOB column. We store some
small images in it. I want to export them in XML
format with schema like:
data
data
...
...
Now the problem is even if I mysql_real_escape() and
changing entities like <,> to < & > the data
some of the characters are of ascii v