java - Skipping nodes with sax -


Is it possible to leave nodes when parsing and how, this skippedEntity Does anyone have anything to do with this?

Consider this XML:

  & lt ;? XML version = "1.0"? & Gt; & Lt; Nutrition & gt; & Lt; Daily values ​​& gt; & Lt; Total Fat Units = "G" & gt; 65 & lt; / Total-fat & gt; & Lt; Saturated fat units = "live" & gt; 20 & lt; / Saturated fat> & Lt; Cholesterol Units = "MG" & gt; 300 & lt; / Cholesterol & gt; & Lt; Sodium units = "mg" & gt; 2400 & lt; / Sodium & gt; & Lt; Carb units = "live" & gt; 300 & lt; / Carb & gt; & Lt; Fiber units = "live" & gt; 25 & lt; / Fiber & gt; & Lt; Protein units = "g" & gt; 50 & lt; / Protein> & Lt; / Daily values ​​& gt; & Lt; / Nutrition & gt;  

I leave the text "itemprop =" text ">

after the" sodium "element

Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -