Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/xml/15.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
如何将xml文件导入Maple工作表_Xml_Import_Maple - Fatal编程技术网

如何将xml文件导入Maple工作表

如何将xml文件导入Maple工作表,xml,import,maple,Xml,Import,Maple,我在网上找到了一堆枫树工作表。但是,当您打开它们时,它们是XML格式的,如下所示: <?xml version="1.0" encoding="UTF-8"?> <Worksheet> <Version major="12" minor="2"/> <Label-Scheme value="2" prefix=""/> <View-Properties presentation="false"></View-Properties&

我在网上找到了一堆枫树工作表。但是,当您打开它们时,它们是XML格式的,如下所示:

<?xml version="1.0" encoding="UTF-8"?>
<Worksheet>
<Version major="12" minor="2"/>
<Label-Scheme value="2" prefix=""/>
<View-Properties presentation="false"></View-Properties>
<MapleNet-Properties elisiondigitsbefore="100" labelling="true" indentamount="4" elisiontermsthreshold="10000" ansi="false" errorbreak="1" useclientjvm="true" echo="1" imaginaryunit="I" labelwidth="20" plotdriver="openviz" elisiondigitsafter="100" plotoutput="terminal" rtablesize="10" elisiontermsbefore="100" elisiondigitsthreshold="10000" typesetting="standard" plotdevice="inline" verboseproc="1" showassumed="1" errorcursor="false" longdelim="true" plotoptions="" quiet="false" elisiontermsafter="100" screenwidth="79" preplot="" prettyprint="3" displayprecision="-1" warnlevel="3" screenheight="25" latexwidth="6.0" postplot="" prompt="&gt; " ShowLabels="true"/>........

........

那只是我找到的文件的一部分。无论如何,我怎样才能将这些文件导入Maple?

如果您使用
.mw
作为文件扩展名保存这些文件,那么Maple GUI(或其桌面图标)应该能够像往常一样启动这些文件

XML格式基本上就是Maple标准GUI的所有.mw工作表的形成方式。GUI知道如何打开上次保存在早期版本中的.mw文件

当你写“打开它们”的时候,你是否仅仅是指在你的网络浏览器中点击一个URL?如果是这样,那么可能只是您的浏览器没有将该文件扩展名与Maple GUI关联