You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I spent few hours with lib_mysqludf_xml - no doubts, it's very smart and powerful.
Please, could you help the newbies like me to add to your examples one simple BUT complete one - so that we could SEE HOW IT WORKS based on simple classic XML.
As to me - I'd be glad to pay for your time :) or beer :) - but to see how the functions produces something complete.
As I see it - such example starts from test 'yourtable' creation
HERE YOU could give example with the lib_mysqludf_xml functions using
title AS title,
text AS text,
'freenumber' AS 'value' with a standartized decimal number .00 (just cut, no runaround)
to have a final XML like below :
(including two lines below if possible - because not shown in the code due to an autoencoding on Github)
Thank you VERY MUCH IN ADVANCE for such simple but complete illustrative example !
Again, I'm sure any newbie will be thankful if such one will be included to the /test where is your "example_list",
Best regards,
Serge
The text was updated successfully, but these errors were encountered:
Yeah :) this is exactly what I mean, dear Arnold.
So many interesting functions - but all spread - you should be a very good prof to understand how to compile a one complete solution.
By the way, sorry, your example above does not work. You could create table as above and try.
First it says "no column 'test' in field list" - when corrected to "title" - it says "no column 'row' in field list.
Sorry my joke - but it seems this is not easy even for you to compile the functions in a right way to have the output XML exactly as above.
This is why I'm offering to write and show very simple but comprehensive example.
Simplest table as above -> your functions = simplest but finalized XML file.
After that everybody could read API and try to complicate basing on own needs.
It's just my opinion, you decide.
Have a nice day !
Dear Arnold,
I spent few hours with lib_mysqludf_xml - no doubts, it's very smart and powerful.
Please, could you help the newbies like me to add to your examples one simple BUT complete one - so that we could SEE HOW IT WORKS based on simple classic XML.
As to me - I'd be glad to pay for your time :) or beer :) - but to see how the functions produces something complete.
As I see it - such example starts from test 'yourtable' creation
HERE YOU could give example with the lib_mysqludf_xml functions using
title AS title,
text AS text,
'freenumber' AS 'value' with a standartized decimal number .00 (just cut, no runaround)
to have a final XML like below :
(including two lines below if possible - because not shown in the code due to an autoencoding on Github)
Thank you VERY MUCH IN ADVANCE for such simple but complete illustrative example !
Again, I'm sure any newbie will be thankful if such one will be included to the /test where is your "example_list",
Best regards,
Serge
The text was updated successfully, but these errors were encountered: