Question
Discretionary hyphen not working in PE
I have an XSLT script which will convert our XML into a PE ready version. It converts into a , which has, in the past/for years, allowed the composition to honor that to be the preferred word breaking point. At some point this stopped working, however, but I'm not sure when.
Is this the preferred method to get discretionary hyphens to output using PE?
<xsl:template match="processing-instruction('Pub')[.='_hyphen-point']">
<xsl:text></xsl:text>
</xsl:template>
Kristian Van Tassell
LMD Tools
Siemens Industry Sector
Siemens Product Lifecycle Management Software Inc.
5939 Rice Creek Parkway
Shoreview, MN 55126 United States
Tel. :+1 (651) 855-6194
Fax :+1 (651) 855-6280
- <-%20>
www.siemens.com/plm
Is this the preferred method to get discretionary hyphens to output using PE?
<xsl:template match="processing-instruction('Pub')[.='_hyphen-point']">
<xsl:text></xsl:text>
</xsl:template>
Kristian Van Tassell
LMD Tools
Siemens Industry Sector
Siemens Product Lifecycle Management Software Inc.
5939 Rice Creek Parkway
Shoreview, MN 55126 United States
Tel. :+1 (651) 855-6194
Fax :+1 (651) 855-6280
- <-%20>
www.siemens.com/plm

