Results 1 to 2 of 2
Thread: XML Parser
- 07-10-2007, 05:12 PM #1
Member
- Join Date
- Jul 2007
- Posts
- 1
- Rep Power
- 0
XML Parser
Hello,
First of all I would like to send greetigs to every member of this forum and to any other member in any other forum.
Now to my subject:
I have made a parser that reads an XML file and sends the output in a txt or xml form. So far so good.
Now I want to use a datasource file (txt file) and compare it with the parser's output just to get some specific attributes that are (or are not) in xml file.
i.e. I have a datasource file like this:
Procedure: web.ifc_print.print_car_loan_package
Columns:
pIdEmp [NUMBER]
pPackageCode [VARCHAR2]
pPackageNumCredit [VARCHAR2]
pIdCreditArr [VARCHAR2]
pCursor [REF CURSOR]
JasperReports XML document fields:
<field name="name1" class="java.lang.String"/>
<field name="name2" class="java.lang.String"/>
<field name="status" class="java.util.Date"/>
<field name="employeename" class="java.lang.String"/>
.................................................. ..
So, I want to find out which variables in datasource are not used in given templates, and other like this.
Any idea on how will I compare the two files?
Thanks a lot in advance
- 07-14-2007, 04:14 PM #2
Member
- Join Date
- Jul 2007
- Posts
- 36
- Rep Power
- 0
Similar Threads
-
JSP Parser????
By chathu03j in forum JavaServer Pages (JSP) and JSTLReplies: 0Last Post: 04-10-2008, 12:08 PM -
DNS name parser 1.2.1
By JavaBean in forum Java SoftwareReplies: 0Last Post: 07-14-2007, 08:21 PM -
Parser
By Peter in forum Advanced JavaReplies: 2Last Post: 07-04-2007, 07:08 AM -
Dom Parser
By Marcus in forum Advanced JavaReplies: 2Last Post: 07-02-2007, 06:47 AM -
DKP Log Parser 1.4.1
By JavaBean in forum Java SoftwareReplies: 0Last Post: 06-25-2007, 08:49 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks