Re: XMLSupport.defaultXMLSpace(String) questions

2005-02-23 Thread Thomas DeWeese
Tonny Kohar wrote: Since Batik is also SVG processor, does the white-space processing returned by that method is valid? What method? defaultXMLSpace? yes I believe so for the very simple case of a single text node child (it wouldn't be right for tspans). eg: text with white-space before and aft

Re: XMLSupport.defaultXMLSpace(String) questions

2005-02-23 Thread Tonny Kohar
Hi, > Sorry, I answered a completely different question. > > Since the XML 1.0 rec says > > The value "default" signals that applications' default white-space > processing modes are acceptable for this element; > > I imagine that any behaviour wrt whitespace is valid. Since Batik is also S

Re: XMLSupport.defaultXMLSpace(String) questions

2005-02-22 Thread Cameron McCormack
Sorry, I answered a completely different question. Since the XML 1.0 rec says The value "default" signals that applications' default white-space processing modes are acceptable for this element; I imagine that any behaviour wrt whitespace is valid. Cameron -- e-mail : cam (at) mcc.id.au

Re: XMLSupport.defaultXMLSpace(String) questions

2005-02-22 Thread Cameron McCormack
Hi Tonny. Tonny Kohar: > I have a questions regarding the return value from > org.apache.batik.dom.util.XMLSupport.defaultXMLSpace(String). > Does the return value should be without trim ? My reading would be that due to the Enumeration validity constraint[1], the attribute value has to match th

XMLSupport.defaultXMLSpace(String) questions

2005-02-22 Thread Tonny Kohar
Hi, I have a questions regarding the return value from org.apache.batik.dom.util.XMLSupport.defaultXMLSpace(String). Does the return value should be without trim ? Thanks Tonny Kohar - To unsubscribe, e-mail: [EMAIL PROTECTED]