El Jueves, 24 de Mayo de 2007 21:03, Dennison, Cheri escribió: > But > <arg value="profile.condition='pdf'" /> > actually causes something to be hidden in the PDF. It's just the exact > opposite of what I think should be hidden.
I don't know ant or Saxon, but in some shells the behavior of single quotes and double quotes is not the same. Can you try with this? <arg value='profile.condition="pdf"'/> > I'm not sure I understand what you mean by "setting the stylesheet > parameter within your customization layer". Do you mean setting > profile.condition in my customization layer? Doesn't the condition need > to be set in the first step when processing with profile.xsl, not in the > second step when processing with my customized stylesheet? Just create a custom-profile.xsl file that import profile.xsl and set profile.condition param. -- Manuel Canales Esparcia Usuario de LFS nº2886: http://www.linuxfromscratch.org LFS en castellano: http://www.escomposlinux.org/lfs-es http://www.lfs-es.info TLDP-ES: http://es.tldp.org --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
