Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

写一份简单的index.xml(而不需要将doc1里面的index.xml的内容再写一次) #10

Open
gstripe opened this issue Jul 30, 2012 · 0 comments

Comments

@gstripe
Copy link

gstripe commented Jul 30, 2012

例如:我有多个文档需要单独编写,如下
doc1
doc2
doc3
它们底下都有自己独自维护的一份index.xml可以单独编译

当我希望将这三个单独文档整合到一起的时候,我可能想在整合的时候只要在外面,写一份简单的index.xml(而不需要将doc1里面的index.xml的内容再写一次),如下

<?xml version="1.0" encoding="UTF-8"?>
<doc path="docs">
    <doc path="doc1"></doc>
    <doc path="doc2"></doc>
    <doc path="doc3"></doc>
</doc>
'''
在doc中多一个标记或者什么方式,告诉index.xml,在doc1里面读到它自己的index.xml,并进行文档的编译。


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant