Hello all,
I am trying to breakdown how a .page file is connected to the page type xsl in order to render that .page file as an html file on production.
I can see the components appear in the .page file (along with their xsl's embedded within), but I'm having trouble understanding how the .page xml file knows which page type xsl file to use on the page level. I can see no tag in the .page xml file that says "this is the page type this .page file is using"
Furthermore, in the following node of a .page file (page/page_display_properties/pagetype node) there are two nodes: and . These two nodes contain what seem to be a string of characters separated by hyphens and I have no idea what this represents. Can someone shed light on this? Below is an example of this node:
<PageType>
<Id>-ls-pt-lo-def-</Id>
<Layout>-ls-pt-lo-def-</Layout>
</PageType>
I would greatly appreciate any advice or explanation on the above.
Jeff