是否可以在SAX解析器中提供路径表达式?我有一个XML文件,它有几个相同的名称标签,但它们在不同的元素中。有没有办法区分它们。这是XML:
<report id="322077">
<update>
<when>1136117311</when>
<what>nobody@mozilla.org</what>
</update>
<update>
<when>1136117422</when>
<what>asqueella@gmail.com</what>
</update>
</report>
<report id="322074">
<update>
<when>1136117311</when>
<what>nobody@mozilla.org</what>
</update>
<update>
<when>1136117422</when>
<what>asqueella@gmail.com</what>
</update>
</report>
<report id="322076">
<update>
<when>1136117311</when>
<what>nobody@mozilla.org</what>
</update>
<update>
<when>1136117422</when>
<what>asqueella@gmail.com</what>
</update>
</report>
答案 0 :(得分:0)
convert zzzzzz.png -colorspace sRGB -type truecolor zzzzrgb.jpg
convert zzzzrgb.jpg -fuzz 20% -fill "#702411" -opaque "#000000" zzzzzz2