F
fxparlant
Hello,
I didn't find a specific newsgroup for HR-xml, excuse me for posting
here.
Can I build a resume with several "description" tags, one for each
language ?
Or should I start a whole hierarchy with another xml:lang?
----------------------------------------
Exemple 1: TWINS "DESCRIPTION" TAGS
----------------------------------------
<PositionHistory>
<Title>Assistant RH </Title>
<Description xml:lang="FR">Le détail en français</Description>
<Description xml:lang="EN">The english description</Description>
</PositionHistory>
</pre>
--------------------------------
Exemple 2: DOUBLE HIERARCHY
--------------------------------
<PositionHistory xml:lang="FR">
<Title>Assistant RH </Title>
<Description xml:lang="FR">Le détail en français</Description>
</PositionHistory>
<PositionHistory xml:lang="EN">
<Title>HR Assistant</Title>
<Description xml:lang="EN">The english description</Description>
</PositionHistory>
Thanks for any answer or forward to a page of information.
François
I didn't find a specific newsgroup for HR-xml, excuse me for posting
here.
Can I build a resume with several "description" tags, one for each
language ?
Or should I start a whole hierarchy with another xml:lang?
----------------------------------------
Exemple 1: TWINS "DESCRIPTION" TAGS
----------------------------------------
<PositionHistory>
<Title>Assistant RH </Title>
<Description xml:lang="FR">Le détail en français</Description>
<Description xml:lang="EN">The english description</Description>
</PositionHistory>
</pre>
--------------------------------
Exemple 2: DOUBLE HIERARCHY
--------------------------------
<PositionHistory xml:lang="FR">
<Title>Assistant RH </Title>
<Description xml:lang="FR">Le détail en français</Description>
</PositionHistory>
<PositionHistory xml:lang="EN">
<Title>HR Assistant</Title>
<Description xml:lang="EN">The english description</Description>
</PositionHistory>
Thanks for any answer or forward to a page of information.
François