Sponsored Content
Top Forums Shell Programming and Scripting xslt transformation through Unix Post 302395494 by srinu19 on Tuesday 16th of February 2010 08:56:28 AM
Old 02-16-2010
xslt transformation through Unix

Hi ..

I have one input XML and I want to convert into another XML using parameter mapping through Database through Unix shell script. But I dont have idea how to do that.

And how can I create xsl sheet if mapping is through database tables.

Please help me on this.
 

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

file name transformation

I've got a multitude of text data files that carry exactly the same kind of data. Unfortunately some of them have a different filename format some are: 'category'_'month'-'year'_act.txt an example being: daf_Apr-1961_act.txt and some are: 'category'_ 'year'-'month'_act.txt an... (16 Replies)
Discussion started by: vrms
16 Replies

2. UNIX for Advanced & Expert Users

Need help in xslt transformation

Hi I have one input xml file <param name="EXTR_COL" valueDesc="AUTHD_RFLL" value="rx.AUTHD_RFLL" /> There is a mapping parameters in Database. if EXTR_COL is present in input XML then it is mapped to fieldlist. so the o/p XML looks like <fieldlist> <datasource... (1 Reply)
Discussion started by: srinu19
1 Replies

3. HP-UX

Need help for xslt transformation using Shell script

Hi I have one input xml file <param name="EXTR_COL" valueDesc="AUTHD_RFLL" value="rx.AUTHD_RFLL" /> There is a mapping parameters in Database. if EXTR_COL is present in input XML then it is mapped to fieldlist. so the o/p XML looks like <fieldlist> <datasource... (1 Reply)
Discussion started by: srinu19
1 Replies

4. Shell Programming and Scripting

Data transformation

I do have an input text file of the following format with 1000's of lines input file: 3386(11:11,Ani:0,Bri:1,ch:1,Jwe:0,Jor:0,LP:0,Lo:0,NS:1,al:1,bo:0,boy:0,bru:0,sh:0,cor:1,dum:0,ery:0,mac:0,mic:0)... (3 Replies)
Discussion started by: Kanja
3 Replies

5. What is on Your Mind?

Status of UNIX.COM Forum Transformation

Having spent a lot of time over the past year taking a legacy vBulletin site (this forum) and making the site responsive on mobile; I've happy with the results; but it will soon be time to move on. Basically, at our core, we are a LAMP (Linux, Apache2, MySQL and PHP) site, and vBulletin was... (6 Replies)
Discussion started by: Neo
6 Replies
XML::GRDDL::Transformation(3pm) 			User Contributed Perl Documentation			   XML::GRDDL::Transformation(3pm)

NAME
XML::GRDDL::Transformation - represents a transformation DESCRIPTION
The interface is a little weird. Constructor "XML::GRDDL::Transformation->new($turi, $duri, [$grddl])" Constructs a new transformation object. $turi is the URI of the transformation itself; $duri is the document URI, used for sending an HTTP Referer header, and for resolving relative URIs found in the document; $grddl is an XML::GRDDL object used as a cache between requests, and used for its "ua" method. Methods "$transformation->uri" Returns the URI of the transformation. "$transformation->transform($xml)" Transforms some XML, either an a well-formed XML string, or an XML::LibXML::Document. Returns a string. If called in list context returns a string, media type pair. "$transformation->model($xml)" Transforms some XML and then parses the result as RDF. Returns an RDF::Trine::Model. The intermediate RDF format can be any format supported by RDF::RDFa::Parser or RDF::Trine::Parser, including RDF/XML, Turtle and XHTML+RDFa. SEE ALSO
XML::GRDDL. XML::GRDDL::Transformation::XSLT_1, XML::GRDDL::Transformation::RDF_EASE. AUTHOR
Toby Inkster <tobyink@cpan.org>. COPYRIGHT
Copyright 2008-2011 Toby Inkster This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.12.3 2011-02-20 XML::GRDDL::Transformation(3pm)
All times are GMT -4. The time now is 10:03 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy