How to insert into table in XML which has more than table?

PLEASE URGENT!! about XML and PHP?

  • I have a query from the database that is converted to an XML format and is displayed into a table form. How do i insert a link in the XML and XSLT???? Code generating into XML: $xml_output .= "\t\t<link>" . Homepage.html . "</link>\n"; How do i make the 'Homepage.html' appear like a link when the XML is displayed in the table??

  • Answer:

    $xml_output .= "\t\t<link>" . "<a href=\"Homepage.html\">Homepage</a>" . "</link>\n";

Neo at Yahoo! Answers Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.