Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/xslt/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/xpath/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在XSLT for MODS XML到FilemakerPro的转换中,如何使用参数处理mod?_Xslt_Xpath_Filemaker_Xmlconvert - Fatal编程技术网

在XSLT for MODS XML到FilemakerPro的转换中,如何使用参数处理mod?

在XSLT for MODS XML到FilemakerPro的转换中,如何使用参数处理mod?,xslt,xpath,filemaker,xmlconvert,Xslt,Xpath,Filemaker,Xmlconvert,关于查询,我如何在XSLT中引用mod,例如: <genre authority="marcgt"> book </genre> select正在查找要拾取的节点,您似乎正在尝试将其指向: <xsl:value-of select="mod:genre[@authority='marcgt']" /> 是的,谢谢你,至少在这里总是用词不当!我不知道如何使用[…]结构,然后在其中使用单引号,而不是双引号或转义引号或其他变体。这很难,因为我不是一个XML程序员

关于查询,我如何在XSLT中引用mod,例如:

<genre authority="marcgt"> book </genre>

select正在查找要拾取的节点,您似乎正在尝试将其指向:

<xsl:value-of select="mod:genre[@authority='marcgt']" />

是的,谢谢你,至少在这里总是用词不当!我不知道如何使用[…]结构,然后在其中使用单引号,而不是双引号或转义引号或其他变体。这很难,因为我不是一个XML程序员,我在黑暗中跌跌撞撞地想把从国会图书馆数据库信息中获得的Zotero的参考书目移到FileMaker Pro中,在那里我可以对它进行按摩,并最终将其导出到Bento中使用。
<xsl:value-of select="mod:genre[@authority='marcgt']" />