Search Results

Showing results 1 to 9 of 9
Search took 0.01 seconds.
Search: Posts Made By: veledrom ; Forum: XML, XSLT and XPATH and child forums
Forum: XML, XSLT and XPATH Apr 12th, 2009
Replies: 2
Views: 954
Posted By veledrom
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
Posted By veledrom
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
Posted By veledrom
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
Posted By veledrom
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
Posted By veledrom
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
Posted By veledrom
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
Posted By veledrom
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
Posted By veledrom
Do OXYGEN Editor and Altova XML SPY generate PDF?
Forum: XML, XSLT and XPATH Dec 9th, 2008
Replies: 5
Views: 1,065
Posted By veledrom
Hi,
Is OXYGEN better or ALTOVA XML SPY? Or, other?
Thanks
Showing results 1 to 9 of 9

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC