Hello!
 
I am using now the LSParser (in order to get rid of the empty text node) adn LSParserFilter.
I am trying to replicate what I was doing with the DocumentBuilder. To augment my xml with the default values, the feature I had set was:
 

domFactory.setFeature("http://apache.org/xml/features/validation/schema/element-default",true);

Is there something similar for DOMImplementationLS used to create the LSParser?
 
Thx in advance,
 
Lydie

Reply via email to