XSL-FO နှင့် XSLT
- ပြီးလိုက် အိမ်အကျွန်း-ဖုန်
- နောက်လိုက် အိမ်အကျွန်း-ဖုန်
XSL-FO နှင့် XSLT က တစ်ခုခု ကူညီကြသည်။
ကျော်ကြည့်ပါ။
<fo:block font-size="14pt" font-family="verdana" color="red" space-before="5mm" space-after="5mm"> W3School </fo:block> <fo:block text-indent="5mm" font-family="verdana" font-size="12pt" space-before="5mm" space-after="5mm"> At CodeW3C.com you will find all the Web-building tutorials you need, from basic HTML and XHTML to advanced XML, XSL, Multimedia နှင့် ဝေါ် </fo:block>
结果:

此例来自有关 XSL-FO 块区域的那一节。
来自 XSLT 的帮助
从文档移除 XSL-FO 信息:
W3School At CodeW3C.com you will find all the Web-building tutorials you need, from basic HTML and XHTML to advanced XML, XSL, Multimedia နှင့် ဝေါ် </paragraph>
အိမ်အကျွန်း-အယ်လ်တီ ပြုလုပ်ပါ
<xsl:template match="header"> <fo:block font-size="14pt" font-family="verdana" color="red" space-before="5mm" space-after="5mm"> <xsl:apply-templates/> </fo:block> </xsl:template> <xsl:template match="paragraph"> <fo:block text-indent="5mm" font-family="verdana" font-size="12pt" space-before="5mm" space-after="5mm"> <xsl:apply-templates/> </fo:block> </xsl:template>
ထွက်သွားသော အကျွန်း အတူ အကျွန်းအတူ

- ပြီးလိုက် အိမ်အကျွန်း-ဖုန်
- နောက်လိုက် အိမ်အကျွန်း-ဖုန်