Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by David on Aug 18, 2008 17:05
open dhtmlx forum
xmlB custom //row/head

Can you please help me w/ the splitAt() function. I'm using custom xml tags.

Below are the source code changes I've made thus far to allow the custom xml tags to work.

(1) using <id> tag instead of id attribute
replaced var id=rows[i].getAttribute("id"); with var id=xml.doXPath("./id",rows[i])[0].firstChild.data;     

(2) calls to xmlLoader.doXPath to get header information
see _parseHead:function(xmlDoc){....

How can I attach my source code ? ? ? Please provide dummy answer so I can attach zip file.
Answer posted by Support on Aug 19, 2008 02:22
If you load KB through "full" interface - it will provide ability to attach files.  http://dhtmlx.com/docs/products/kb/index.php
None of above changes must affect the split functionality ( split executed afterd data parsing , when all data already parsed , so the source of data doesn't matter )