小编Vel*_*gan的帖子

使用Perl提取XML标记

我需要一个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脚本来执行此过程

提前致谢

xml perl parsing

1
推荐指数
1
解决办法
5911
查看次数

无法打开我的C#项目

我无法在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)

我该如何纠正这个问题?

.net c# visual-studio-2008

0
推荐指数
1
解决办法
265
查看次数

标签 统计

.net ×1

c# ×1

parsing ×1

perl ×1

visual-studio-2008 ×1

xml ×1