From: Aplaws D. L. <apl...@li...> - 2009-01-14 12:57:14
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6109911 By: pfosterlbc Hi, I recently modified a stylesheet to apply an additional attribute (xmlns) to the <html> tag. This hasn't had the desired effect, as it appears the attribute is now applied to a number of other tags, in addition to the required html tag. Is there any way to debug XSLT at a low level in APLAWS? In particular, I would like to determine which XSL rules are applied to a content item, in order to investigate how this styling bug arises. Cheers Peter ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |
From: Aplaws D. L. <apl...@li...> - 2009-03-04 03:08:38
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6620039 By: terry_permeance See http://saxon.sourceforge.net/saxon6.5.5/extensions.html#trace Add the following to your xsl file: <xsl:stylesheet ... xmlns:saxon="http://icl.com/saxon" saxon:trace="yes"> and you'll get some logging to stdout. Regards, Terry ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |
From: Aplaws D. L. <apl...@li...> - 2009-03-04 08:38:42
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6623421 By: shawnlane We're using xalan processor, is there something similar for that? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |
From: Aplaws D. L. <apl...@li...> - 2009-03-05 23:28:11
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6649196 By: terry_permeance Not that I'm aware of... Have you changed the following system property to use Xalan instead of Saxon? -Djavax.xml.transform.TransformerFactory=com.icl.saxon.TransformerFactoryImpl By default aplaws uses Saxon 6.5 which is quite old. This doesn't seem to be a limitation but it's always nice to keep things on the latest release. Which version of Xalan are you using and did you find all the stylesheets worked okay? Terry ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |
From: Aplaws D. L. <apl...@li...> - 2009-03-06 10:22:41
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6657179 By: shawnlane Have you changed the following system property to use Xalan instead of Saxon? -Djavax.xml.transform.TransformerFactory=com.icl.saxon.TransformerFactoryImpl Yes By default aplaws uses Saxon 6.5 which is quite old. This doesn't seem to be a limitation but it's always nice to keep things on the latest release. Which version of Xalan are you using and did you find all the stylesheets worked okay? Xalan 2.7.0 ( there is a 2.7.1, but this has not been updated for several years either) Stylesheets work fine with Xalan. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |
From: Aplaws D. L. <apl...@li...> - 2009-03-16 12:45:42
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6823155 By: terry_permeance Any thoughts on if aplaws should move to Saxon 9 or Xalan 2.7 rather than sticking with Saxon 6.5? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |
From: Aplaws D. L. <apl...@li...> - 2009-03-06 10:32:32
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6657330 By: pfosterlbc Thanks for this information, Terry - I'll try it out! Best wishes, Peter ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |
From: Aplaws D. L. <apl...@li...> - 2009-03-06 10:58:50
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6657682 By: shawnlane Only thing we noticed was that Saxon error messages were better than xalan. Howefer, we use xalan as our xslt processor for all our java xml / xsl transforms so we wanted just one library ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |