CSS (Cascading Style Sheets)とJavaScriptのリソースがある場合は、URLアドレス指定可能である必要があります。
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:output method="html" indent="yes"/> <xsl:template match="/" priority="1"> <html> <head> <title>Product</title> <link rel="stylesheet" type="text/css" href="/product/greatlookandfeel.css" media="all"> <script type="text/javascript" src="/product/javascriptsuff.js"></script> </head> <!-- rest omitted -->
このページまたはコンテンツにタイポ、ステップの省略、技術的エラーなどの問題が見つかった場合はお知らせください。