×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Thanks Michael
Will check this out
Sent via the Samsung GALAXY S® 5, an AT&T 4G LTE smartphone
-------- Original message --------
From: "Michael J. Raber" <mail@xxxxxxxxxx>
Date: 7/14/17 6:18 PM (GMT-05:00)
To: midrange-l@xxxxxxxxxxxx
Subject: Jumping into XML on the AS/400 - solution
Hi Alan,
it seems that my mail was not processed, so my answer to your question
on this way:
To get a XML using SQL you have to serialize. This is an example:
select xmlserialize(xmlelement(name "field1", myfield1) as char(1024))
from myfile
gives you something like this:
<field1>content1</field1>
<field1>content2</field1>
<field1>content3</field1>
--
Signatur
Mit freundlichen Grüßen / Kind regards
*Michael Raber* *|* CEO *|* *Dipl.-Ing. Michael J. Raber*
Mobil: +49 1520 8523 330 *|*mail@xxxxxxxxxx <mailto:mail@xxxxxxxxxx>*|*
www.mjraber.de<
http://www.mjraber.de> <
http://www.mjraber.de>
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at
http://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxx for any subscription related questions.
Help support midrange.com by shopping at amazon.com with our affiliate link:
http://amzn.to/2dEadiD
As an Amazon Associate we earn from qualifying purchases.