You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by "G. Hussain Chinoy" <hu...@granularity.net> on 2002/07/29 23:13:11 UTC

strategies for large attribute content?

Hi, all,

	I have a large xml document (multi-MB) which consists of large
amounts of content within the attribute values that I'd like to parse.  
Since I don't control the creation of the document, I'm wondering what 
strategies there are to parse this large document, preferrably to 
extract/remove the contents of that attribute.

	example:
	<update>
		<data>
		<doc value="...very large base-64 encoded content..." />
		</data>
		...
	</update>

Thank you!

H


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-user-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-user-help@xml.apache.org