我准备在主题里采用条件处理的方式,对输出内容进行控制,基本步骤已经了解,但还有些疑问。
已经了解的步骤:
1、在主题的段落中,对需要控制的内容添加audience等属性。[code]
Set the configuration options:
- Set foo to bar
- Set your blink rate
- Do some other stuff
- Do a special thing for Linux
采用命令行的方式,好像可以使用/filter:{args.input.valfile} 进行控制,我没有试过。
如果采用ant的方式,在什么地方对这个ditaval文件进行引用?是在build.xml中吗?