>That is more intuitive for non programmers, which probably
>covers 99.8 percent of the homepage builders.
>
>One question, can you nest these query outputs like this in
>webmerger.
Yup, you can nest any other tag within the previous tag and use a different
quoting character if you want as well..
webmerger seems to look the same as Roxen syntax except for the fact that
you need 2 tags to complete a query.
You can also write a script to do this as well..
-Graeme
>---------------------------------------------
><wmodbc name=customers datasource=MYDSN
>query="select * from CUSTS">
><wmoutput name=customers>
>#CUSTNAME#
> <wmodbc name=nestord datasource=MYDSN
> query="select * from ORDERS where CUST_ID = #ID#">
> <wmoutput name=nestord>
> #ORDER_NR#
> <wmodbc name=nestarts datasource=MYDSN
> query="select * from ARTICLES where ART_ID = #OART_ID#">
> <wmoutput name=nestarts>
> #ART_ID# #ARTICLE#
> </wmoutput>
> </wmoutput>
></wmoutput>
>------------------------------------------------
>The tabs is just for visualibility.
>
>This nesting is limited to 500 levels just for avoiding
>endless loops due to coding errors.
>
>Check out:
>http://www.webmerger.com
>For Linux and Win32
>