2 users online. Create an account or sign in to join them.Users
Templates
This is an open discussion with 4 replies, filed under General.
Search
Hi driftwood. See here.
Thanks David,
I checked that out and did the tutorials too, I just did not understand how it knew where to put the consequent code....
This part of the text explains it very briefly:
It will create the simple XHTML structure you see here, and then use the generic
<xsl:apply-templates />to apply page-specific template rules within that structure.
yeah, I was just curious how it knows where to place it..
Create an account or sign in to comment.
This is going to be a dumb question, I just know it.
I was looking at the templates that come predefined:
The master.xsl outputs that entire html.
So when I create another page and import the master and edit it, how does it know where do put the code in the master?