マスタエディタ出力チェッカ:GRBに対応。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@351 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
nishikawa_takeshi 2009-07-06 12:19:37 +00:00
parent b3a0f9cf5d
commit 836e8fc803
8 changed files with 16 additions and 7 deletions

View File

@ -42,6 +42,9 @@
<xsl:if test="$tag='RatingOFLC'">
<RatingOFLC><xsl:value-of select="ss:Data" /></RatingOFLC>
</xsl:if>
<xsl:if test="$tag='RatingGRB'">
<RatingGRB><xsl:value-of select="ss:Data" /></RatingGRB>
</xsl:if>
<xsl:if test="$tag='IsUnnecessaryRating'">
<IsUnnecessaryRating><xsl:value-of select="ss:Data" /></IsUnnecessaryRating>
</xsl:if>

View File

@ -88,14 +88,14 @@ System::String^ getOgnString(int ogn)
{
str = "BBFC";
}
else if( ogn == OS_TWL_PCTL_OGN_OFLC )
else if( ogn == OS_TWL_PCTL_OGN_AGCB )
{
str = "OFLC";
}
//else if( ogn == OS_TWL_PCTL_OGN_GRB )
//{
// str = "GRB";
//}
else if( ogn == OS_TWL_PCTL_OGN_GRB )
{
str = "GRB";
}
else
{
str = "rsv.";

View File

@ -44,8 +44,8 @@ System::Void SheetItem::readSheet( System::String ^sheetfile )
this->ratings[ OS_TWL_PCTL_OGN_PEGI_GEN ] = MasterEditorTWL::getXPathText( root, "/Sheet/RatingPEGI" );
this->ratings[ OS_TWL_PCTL_OGN_PEGI_PRT ] = MasterEditorTWL::getXPathText( root, "/Sheet/RatingPEGIPRT" );
this->ratings[ OS_TWL_PCTL_OGN_PEGI_BBFC ] = MasterEditorTWL::getXPathText( root, "/Sheet/RatingPEGIBBFC" );
this->ratings[ OS_TWL_PCTL_OGN_OFLC ] = MasterEditorTWL::getXPathText( root, "/Sheet/RatingOFLC" );
//this->ratings[ OS_TWL_PCTL_OGN_GRB ] = MasterEditorTWL::getXPathText( root, "/Sheet/RatingGRB" );
this->ratings[ OS_TWL_PCTL_OGN_AGCB ] = MasterEditorTWL::getXPathText( root, "/Sheet/RatingOFLC" );
this->ratings[ OS_TWL_PCTL_OGN_GRB ] = MasterEditorTWL::getXPathText( root, "/Sheet/RatingGRB" );
this->IsUnnecessaryRating = MasterEditorTWL::getXPathText( root, "/Sheet/IsUnnecessaryRating" );
//System::String ^text = MasterEditorTWL::getXPathText( root, "/Sheet/IsUnnecessaryRating" );

View File

@ -42,6 +42,9 @@
<xsl:if test="$tag='RatingOFLC'">
<RatingOFLC><xsl:value-of select="ss:Data" /></RatingOFLC>
</xsl:if>
<xsl:if test="$tag='RatingGRB'">
<RatingGRB><xsl:value-of select="ss:Data" /></RatingGRB>
</xsl:if>
<xsl:if test="$tag='IsUnnecessaryRating'">
<IsUnnecessaryRating><xsl:value-of select="ss:Data" /></IsUnnecessaryRating>
</xsl:if>

View File

@ -42,6 +42,9 @@
<xsl:if test="$tag='RatingOFLC'">
<RatingOFLC><xsl:value-of select="ss:Data" /></RatingOFLC>
</xsl:if>
<xsl:if test="$tag='RatingGRB'">
<RatingGRB><xsl:value-of select="ss:Data" /></RatingGRB>
</xsl:if>
<xsl:if test="$tag='IsUnnecessaryRating'">
<IsUnnecessaryRating><xsl:value-of select="ss:Data" /></IsUnnecessaryRating>
</xsl:if>