| |||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) |
| New Member | xml transform with xslt recursive Hi, I dont know, but maybe someone can help me. I want to change an XML with an XSLT. The XML structure looks like this: <dwpt> <and> <param>param1</param> <param> <and> <param>param3</param> <param> <and> <param>param5</param> <param> <or> <param>param6</param> <param>param7</param> </or> </param> </and> </param> </and> </param> </and> </dwpt> I want to generate an table using recursive templates, and check if a node is AND or OR. If the node is AND then make a row if is OR make a column. Thanx |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| I need a XML feed done. | Uneek | Programming | 0 | 10-28-2004 07:19 PM |
| flash & XML problem | Cryptic | Programming | 0 | 04-18-2004 12:31 PM |