XML Questions and Answers

Recent IT Questions

1 - 20 of 99
<<PREVIOUS 1|2|3|4|5 NEXT>>

XML Publisher in 11i issue

my concurrent prog ends with a warning(post processing error).but when i download the XML file of the same prog it seems ok,and when I upload it in data defination it genatates a perfect preview. can anybody tell me what is the cause.I want to have an excel output and my template is fine. need...

asked by Blade007

  5 pts.

As400 - XML

Can i pass value from DB2 400 to XML.. how to do this? Software/Hardware used: AS400 - XML

View Answer   |  Sep 10 2009  4:52 PM GMT
AS/400, XML, DB2
asked by Nutangujar

  745 pts.

Problem with & in RPGLE

I'm using XML-SAX in a RPGLE-program to read an XML-file which works pretty fine. Though, when I come to an entity with "Boys "&" Girls" (I added extra " in this example between the "&" just to make it visual)  i run into trouble. The handler does not seem to recognise anything after...

View Answer   |  Sep 4 2009  9:10 AM GMT
RPGLE, XML, XML-SAX
asked by RobeWist

  5 pts.

Import GPO XML report to Excel

I am trying to find a way to Import GPO XML reports into Excel for comparison. I am unable to figure an easy way to convert the files to rows and columns

View Answer   |  Aug 29 2009  7:43 PM GMT
GPO, XML, Microsoft Excel
asked by IONVa

  5 pts.

RPG-XML

Can anyone please help this poor guy... that's me...I need to know how to code on RPG/ILE to transfer XML code to the customer..Do I use flat files? Please help me..

View Answer   |  Aug 27 2009  9:43 AM GMT
RPGILE, XML
asked by Devan

  45 pts.

ABAP data to XML

Can anyone tell me how to convert sap data to xml using abap ?

Answer Question   |  Aug 21 2009  3:32 AM GMT
ABAP, SAP ABAP, ABAP to XML
asked by Madaot

  45 pts.

XML

Hi Anyone I need help on knowing how to create XML. I am currently using the AS400 and GSSC wants us to send our invoices via XML. I thought i could FTp a file across via the normal FTP command. Please help

Answer Question   |  Aug 19 2009  6:58 AM GMT
XML Edge File, XML, FTP
asked by Devan

  45 pts.

cobol to xml conversion

is there any utility which can convert my cobol files to xml format or cobol to business objects. Software/Hardware used: cobol,business objects xi R2

Answer Question   |  Aug 14 2009  10:50 AM GMT
cobol to xml conversion, COBOL, XML
asked by Bhaskar99

  5 pts.

Convert/Supress non UTF-8 to UTF-8 on as/400 while CPYTOSTMF

Hi, I am generating XML from AS/400. I am doing following steps: Creating Flat File wiht RCDLEN (260) and CCSID 65535 (Default). I am reading data from some other Physical File. Putting data in between XML tags in required XML format and writing this record into Flat File. Now flat file contains...

Answer Question   |  Jul 31 2009  12:01 AM GMT
AS/400, XML, CPYTOSTMF
asked by NarasimhaReddy

  155 pts.

Xml Reader in oledb

how can i get ExecuteXmlReader() in OLEDB? i used sql server databse in my project. but now i want to change it to OLEDB. but ExecuteXmlReader() is not in OLEDB. what can i do to solve this? pls reply.

Answer Question   |  Jul 17 2009  5:22 AM GMT
ASP.NET 3.5, ExecuteXmlReader, OLE DB
asked by Chinki

  10 pts.

Converting VSAM to XML

Can you convert a VSAM file to XML file

Answer Question   |  Jul 16 2009  1:23 PM GMT
VSAM, XML Generator Package, XML
asked by TLecture

  5 pts.

AS400 Physical file conversion to xml file

Hi, i need to write an RPGLE program to convert an as400 physical file to an xml file. Does anyone have a sample code for it? Thanks in advance.

View Answer   |  Jul 2 2009  5:10 AM GMT
Physical File, XML, RPGLE
asked by Siri

  35 pts.

Why is SSIS xml variable in escaped format?

In SSIS 2005 I use Execute SQL task to execute a proc that returns an xml resultset using these clauses (For XML Auto, Type within a For XML Path, Type). I return that resultset into string variable User::vSelectedClients. When I look at that variable within a breakpoint, I see all the doublequote...

Answer Question   |  Jul 1 2009  7:44 PM GMT
SSIS 2005, XML, SSIS
asked by PaulDav

  5 pts.

How to remove the values of xml tags null without removing the tag names?

Hi, I have the following xml : ... .... <A> <B> <C>11122</C> <D>loop</D> <E>30-03-05</E> <F>integer</F> <G>decimal</G> <H /> </B> </A> ... .... I need to remove all the values...

Answer Question   |  Jun 25 2009  12:00 AM GMT
XML, MSXML.DOMDocument, NULL values
asked by Serenewebster

  5 pts.

Conversion of table into XML

How to load a table into XML in a CLOb using Oracle 8.1.4

Answer Question   |  Jun 22 2009  10:10 AM GMT
Table to XML, Oracle 8.1.4, XML
asked by SBK2009

  5 pts.

xml ware house in QTP

can anyone tell me how to use xml ware house when i want to use parametrization in xml ?

Answer Question   |  Jun 19 2009  2:17 PM GMT
XML, XML Warehouse, QTP
asked by Shams

  10 pts.

xml menu

I am using XML for Menu creation. I need a one more sub menu list. Below is the format I am using: <TOPICS TYPE="Ordering" CODE="3" URL=""path"> <TOPIC LEVEL="Utility"> <CODE>3.2</CODE> <TITLE>Order</TITLE> <URL/> <TARGET/> ...

Answer Question   |  Jun 11 2009  1:03 PM GMT
XML Tags, XML, XML Menu
asked by Muthuk1v

  5 pts.

How to export meta-data

I am charged with archiving data from a legacy AS400 packaged system. I can export the data using attachmate and a few tricks to get it into XML on my LAN. However, the FDF info is not good as metadata, so I need to retrieve the field level that is available thru 'file commands''display file field...

asked by TP07830

  5 pts.

Transform DB2 to XML from AS/400

I have been requested to create XML files from AS/400 DB2 files to be used to update data on a client's web server. I have looked at IBM's XML Toolkit for iSeries, but the examples are all about parsing XML input and nothing about creating XML from native AS/400 database files. Is there something...

View Answer   |  May 10 2009  3:36 PM GMT
XML Toolkit for iSeries, DB2/400, AS/400 development
asked by LBurkett99

  800 pts.

How to use XML in RPG

Hi All, I want to know if its possible to FTP a file from RPG to any other systems using XML. More precisely, can we use XML to pull the data from RPG and feed it to other systems. If yes, appreciate if you can give some inputs or notes where I can find the complete process or code. Thanks.

View Answer   |  May 6 2009  10:20 PM GMT
RPG, XML, FTP
asked by RPGPGM

  40 pts.

1 - 20 of 99
<<PREVIOUS 1|2|3|4|5 NEXT>>