Forum: XML, XSLT and XPATH Apr 12th, 2009 |
| Replies: 2 Views: 954 I return result like this.
$xmlDoc=simplexml_load_file("myXML.xml");
$search = $xmlDoc->xpath("/customer[@id='$ID']");
foreach ($search as $key => $customer) {
echo $id = $customer["id"];
}
... |
Forum: XML, XSLT and XPATH Apr 9th, 2009 |
| Replies: 1 Views: 1,091 Hi,
Is there anyone who has XML pagination example. I use simple_xml in PHP to read it.
thanks |
Forum: XML, XSLT and XPATH Apr 2nd, 2009 |
| Replies: 1 Views: 632 Hi,
I want to add this line <user id="5" ready="No" collected="No" />in my XML document. How can i do it? After sorting this, I'll update and delete selected nodes later. I you can also helping me... |
Forum: XML, XSLT and XPATH Dec 16th, 2008 |
| Replies: 5 Views: 1,065 I have downloaded Altova. It looks fine. Validation, automated xml, xsd etc. generations. I haven't checked if for PDF yet. Not to important though. I look into it later on.
thanks guys. |
Forum: XML, XSLT and XPATH Dec 12th, 2008 |
| Replies: 0 Views: 678 Hi,
I fill XML file manualy to print the data. How can we fill the XML file automaticaly like (data will be fetched from database and fill XML).
Thanks
<catalog>
<cd>
<title>Empire... |
Forum: XML, XSLT and XPATH Dec 11th, 2008 |
| Replies: 1 Views: 1,349 Did it.
<html>
<head>
<title>Memo</title>
</head>
<body>
<xml id="memoData" src="memo.xml"></xml>
<table datasrc="#memoData" datafld="header" border="1"> |
Forum: XML, XSLT and XPATH Dec 11th, 2008 |
| Replies: 1 Views: 1,349 Hi,
This is my XML file. I want to retrieve information stored in a HTML Table in index.html page. How can i do it?
Thanks
<?xml version="1.0" encoding="UTF-8"?>
<memo... |
Forum: XML, XSLT and XPATH Dec 10th, 2008 |
| Replies: 5 Views: 1,065 Do OXYGEN Editor and Altova XML SPY generate PDF? |
Forum: XML, XSLT and XPATH Dec 9th, 2008 |
| Replies: 5 Views: 1,065 Hi,
Is OXYGEN better or ALTOVA XML SPY? Or, other?
Thanks |