Discussion:
Populating table
DongInn Kim
2010-11-21 16:42:19 UTC
Permalink
Hi,

Can you please give me a tip to populate a table <table></table> with table entries on genshi?

I have seen that there is a way to populate <ol> or <ul> list on genshi but I could not find this one yet.

Thanks,
--
- DongInn
--
You received this message because you are subscribed to the Google Groups "Genshi" group.
To post to this group, send email to ***@googlegroups.com.
To unsubscribe from this group, send email to genshi+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/genshi?hl=en.
Simon Cross
2010-11-21 18:10:17 UTC
Permalink
Post by DongInn Kim
Can you please give me a tip to populate a table <table></table> with table
entries on genshi?
I have seen that there is a way to populate <ol> or <ul> list on genshi but I
could not find this one yet.
Have you read http://genshi.edgewall.org/wiki/Documentation/xml-templates.html?

Schiavo
Simon
--
You received this message because you are subscribed to the Google Groups "Genshi" group.
To post to this group, send email to ***@googlegroups.com.
To unsubscribe from this group, send email to genshi+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/genshi?hl=en.
DongInn Kim
2010-11-21 18:21:21 UTC
Permalink
Thanks for the quick answer.

Yes, I have read it before but I did not realize that I could use this in a table.

I think I know what to do for populating the tables. :-)

Thank you,
Post by Simon Cross
Post by DongInn Kim
Can you please give me a tip to populate a table <table></table> with table
entries on genshi?
I have seen that there is a way to populate <ol> or <ul> list on genshi but I
could not find this one yet.
Have you read http://genshi.edgewall.org/wiki/Documentation/xml-templates.html?
Schiavo
Simon
--
- DongInn
--
You received this message because you are subscribed to the Google Groups "Genshi" group.
To post to this group, send email to ***@googlegroups.com.
To unsubscribe from this group, send email to genshi+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/genshi?hl=en.
Dalton Barreto
2010-11-22 11:56:54 UTC
Permalink
Post by DongInn Kim
Thanks for the quick answer.
Yes, I have read it before but I did not realize that I could use this in a table.
I think I know what to do for populating the tables. :-)
Actually you ca use the Template Directives in any element on your template. =)
--
Dalton Barreto
http://daltonmatos.wordpress.com
--
You received this message because you are subscribed to the Google Groups "Genshi" group.
To post to this group, send email to ***@googlegroups.com.
To unsubscribe from this group, send email to genshi+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/genshi?hl=en.
Loading...