Hi all,
I there a way of reusing same elements containing differents data?
For example I'm generating an HR-XML document, which reuses many elements in differents places.
<!ELEMENT Contact (PersonName? , PositionTitle? , PostalAddress* , (VoiceNumber | FaxNumber | PagerNumber | TTDNumber )* , E-mail* , WebSite* )>
<!ELEMENT Recipient (PersonName? , AdditionalText* , Organization? )>
<!ELEMENT PersonName (FormattedName* , GivenName* , PreferredGivenName? , MiddleName? , FamilyName* , Affix* )>
I'm also want to reuse tags a number of times which is decided at runtime, so the tag content needs to be dynamic.
int i=1;
while(profedu.hasNext()){
create element i ??
i++;
}
Regards,
***********************************************************************
Sébastien Maréchal
Analyst Programmer
Job Partners Ltd.
Mobile: 0044 (0) 775 994 1124
[EMAIL PROTECTED]
***********************************************************************