Darn, I just noticed that PlanetMySQL renders the literal equivalents of the < and > entity references I use to display XML in my previous blog entry "Importing XML data into MySQL using ExtractData()".
This means the xml fragments, but also the calls to MySQL XML functions won't show at all, or only partially (only the text content seem to be rendered).
I wonder how other people've solved that...
Saturday, March 11, 2006
Subscribe to:
Post Comments (Atom)
DataZen winter meetup 2025
The DataZen winter meetup 2025 is nigh! Join us 18 - 20 February 2025 for 3 days of expert-led sessions on AI, LLM, ChatGPT, Big Data, M...

-
Like all procedural database languages I know, the MySQL stored procedure language supports explicit cursors . I just wrote "explicit c...
-
Every now and then, people are puzzled by the precise status and extent of MySQL support for dynamic SQL. Statement Handling MySQL support ...
-
Handling cursor loops in MySQL keeps puzzling people . Single Cursor Loops The common case is to have a simple cursor loop. Each record is ...
No comments:
Post a Comment