The ANY content within a DTD will only allow 'any' content that is 
currently defined in that DTD - not any content at all. Extremely sucky 
since it really curtails the ability of an XML application (e 
vocabulary) do carry arbitrary payloads. Don't know about XSD but I hope 
it's better.

c

David Jencks wrote:

>One of my older xml books says you can have in a dtd
>
><!ELEMENT conf ANY>
>
>which will allow any content.  Don't know if you can do this in xsd.
>
>
>I think interceptors should come from interceptor factories which are
>mbeans -- thus configured via mbean configuration process -- and assembled
>into stacks by other mbeans -- that is why there is a depends-list
>attribute type --  which are then referred to by xmbean configurations to
>get the interceptor stack needed.  There is a little bit of chicken and egg
>problem here but I think it can be worked around with a default minimal
>stack for the interceptor config mbeans.
>
>david jencks
>
>
>On 2002.04.21 01:39:16 -0400 Jason Dillon's Test Account wrote:
>
>>Yes perhaps... but I think only if we can get a schema to accept any
>>given xml nested inside of a tag... which I still don't know if that is
>>possible.
>>
>>Otherwise we would need to wrap that in CDATA & let the interceptor do
>>whatever it wanted with it (parse it into xml, read it as properties,
>>blah).
>>
>>If you or anyone knows if it is possible to specify in a an xml schema
>>this arbitrary nested xml please let me know.
>>
>>--jason
>>
>>* * *
>>
>>View thread online: http://jboss.org/forums/thread.jsp?forum=66&thread=13523
>>
>>_______________________________________________
>>Jboss-development mailing list
>>[EMAIL PROTECTED]
>>https://lists.sourceforge.net/lists/listinfo/jboss-development
>>
>>
>
>_______________________________________________
>Jboss-development mailing list
>[EMAIL PROTECTED]
>https://lists.sourceforge.net/lists/listinfo/jboss-development
>
>



_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to