Search found 2 matches

by cleciovarjao
Tue Apr 13, 2010 7:01 pm
Forum: Other Issues
Topic: AuthorDocumentFragment.isEmpty()
Replies: 1
Views: 1325

AuthorDocumentFragment.isEmpty()

Hi,

Is "isEmpty()" method supposed to tell if the element content is empty?

for instance, would <p type="abc"/> return true? as now (11.2) I'm getting false. Is it because of the attributes?
I'm not sure but I believe it was returning true on previous versions.

Thanks
by cleciovarjao
Fri Feb 26, 2010 1:48 am
Forum: XML Schemas
Topic: Declare entities in xml schema
Replies: 1
Views: 5782

Declare entities in xml schema

In DTD, I can easily create entities which are displayed in the entities view. However, is it possible to declare entities using xsd? Or How can I declare using DTD and embed it in my schema file (xsd). I've tried "Enable DTD/XML Schema in doucment type detection", and added the following ...