问题描述
我在这里很陌生,这是我的第一个问题.有没有办法从巨大的XML/PDF/TEXT文件创建多个html文件或pdf文件?
这是示例xml链接
http://www.gpo.gov/fdsys/pkg/CFR-2011-title16-vol2/xml/CFR-2011-title16-vol2.xml
或这是示例html链接
http://www.gpo.gov/fdsys/pkg/CFR-2011-title16-vol1/html/CFR-2011-title16-vol1.htm
基本上,我想每秒钟生成一个单独的html文件.就像下面的
秒0.1第0.1节主题
文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本
秒0.2第0.2节主题
文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本
我当时正在考虑使用正则表达式.有可能吗?
谢谢
I am kind of new here and this is my first question. Is there a way to create multiple html files or pdf files from huge XML/PDF/TEXT file?
This is the example xml link
http://www.gpo.gov/fdsys/pkg/CFR-2011-title16-vol2/xml/CFR-2011-title16-vol2.xml
or here is the example html link
http://www.gpo.gov/fdsys/pkg/CFR-2011-title16-vol1/html/CFR-2011-title16-vol1.htm
Basically I would like to generate separate html file for each sec. like below
Sec. 0.1 Section 0.1 Topic
text text text text text text text text text text text text text text text text text text text text text text text
Sec. 0.2 Section 0.2 Topic
text text text text text text text text text text text text text text text text text text text text text text text
I was thinking to use regex. Is that possible?
Thanks
推荐答案
这篇关于从一个xml/pdf/文本文件创建多个pdf或html的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!