Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML within Perl tmpl

Status
Not open for further replies.

toish

Programmer
Joined
Mar 25, 2007
Messages
1
Location
GB
Hi,

i have an html page which is generated using 2 perl templates.
I would like some of teh data to come from an XML file, is there a way of parsing both tmpl tags and xsl ones?
i cannot manipulate the XML with a tmpl tag due to my existing tmpl tags. (I cannot provide a lot more detail than this because i am updating some existing code & not writing my own)

Any advice on a potential solution for the above problem would be great.
 
Your question makes little sense. If you want some data to come from an XML file, open the file and read in the data.

------------------------------------------
- Kevin, perl coder unexceptional! [wiggle]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top