我需要一个Perl脚本来分隔XMl标记.例如:
<bgtres>
<resume key='267298871' score='5'>
<xpath path='xpath://resume'>
<resume canonversion='2' dateversion='2' present='734060'>........... </resume></xpath></resume>
</bgtres>
Run Code Online (Sandbox Code Playgroud)
在这个XML文件中,我需要将resume标签下的内容(在xpath内)分开,在xpath之后出现的resume标签应该单独从一堆CV中提取出来.我需要在Perl脚本中执行此操作.
任何人都可以给我一个提示或编码来完成这个过程.我需要Perl脚本来执行此过程
提前致谢
我无法在Visual Studio 2008中打开我的项目.它是由我的朋友用C#开发的.它显示了这个错误:
"Could not find type 'LibrarySystem.ctrlSeparator'.
Please make sure that the assembly that contains this type is referenced.
If this type is a part of your development project, make sure that
the project has been successfully built. "
Run Code Online (Sandbox Code Playgroud)
也
"The variable 'ctrlSeparator1' is either undeclared or was never assigned. "
Run Code Online (Sandbox Code Playgroud)
我该如何纠正这个问题?