У нас вы можете посмотреть бесплатно XML Parsing in IBM i или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
This video is a comprehensive guide on XML parsing in IBM i RPGLE. It covers how to use the XML-INTO opcode to parse XML data into an RPG data structure. Here's what you'll learn in the video: • What is XML parsing? It's the process of reading and interpreting data stored in the Extensible Markup Language (XML) format. • XML-INTO opcode: This opcode is used to extract data from elements within an XML document and store it in an RPG data structure. • Syntax of XML-INTO: The video explains the syntax of the XML-INTO opcode, including the data structure array and options. • Example: The video demonstrates how to parse a sample XML document containing employee information (ID, name, department) into an RPG data structure named 'Employee' using the XML-INTO opcode. • Key points from the example: The XML document is defined as a constant containing XML tags for Company, Employee, ID, Name, and Department. An RPG data structure 'Employee' is declared to match the structure of the XML data. The XML-INTO opcode is used to populate the 'Employee' data structure with the parsed data from the XML document. A loop iterates through the 'Employee' data structure to display the extracted employee details (ID, name, department). By watching this video, you'll gain a solid understanding of how to leverage the XML-INTO opcode for efficient XML data parsing in your RPGLE programs. For detailed description and explanation refer the E-Book. EBook Link: https://programmers.io/ibmi-ebook/