I've a unique problem that I'm not finding anything about almost anywhere. I have a personal career portfolio website I'm setting up at and I'm using an all XML design layout. I've found quite a few issues with javascript and XSL transformation and I can't get lightbox or facebox to work (thumbnail picture pop-up scripts). You can check out the page currently, in IE it pops up but is horribly misaligned, and in Firefox it doesn't work at all.
My basic design is this: I have a main minimal xml page with an included XSL file specific for that page. In the XSL file is an includes.xsl and from there the content is taken from other external xml data files.
I'm guessing the issue comes from either nesting the external files, or from the transformation itself. I've found that most embedded javascript doesn't get parsed properly so it has to be external. Yet even when it's external it doesn't seem to work properly. Any help would be great!
My basic design is this: I have a main minimal xml page with an included XSL file specific for that page. In the XSL file is an includes.xsl and from there the content is taken from other external xml data files.
I'm guessing the issue comes from either nesting the external files, or from the transformation itself. I've found that most embedded javascript doesn't get parsed properly so it has to be external. Yet even when it's external it doesn't seem to work properly. Any help would be great!