XML-Rules
view release on metacpan or search on metacpan
example/testUTF.txt view on Meta::CPAN
Job Description:
Financial Services Representatives (FSRs) are sales-oriented, self-motivated individuals who learn by observation and example. They enjoy interacting with people and turn situations into win-win opportunities. Their curiosity prompts them to ask q...
Responsibilities: Contributes to meeting team sales plan and related activities by actively and effectively assessing customer financial needs and providing effective product solutions.
Maintains and grows the customer portfolio by identifying and promoting personal banking solutions for customer needs with a continuous focus on relationship building.
FSR Training Program: The Training Program is approximately 4 months in duration depending on previous experience. Training will take place in a branch where a mentor(s) will be assigned to work collaboratively the trainee throughout the program. Tra...
Training locations are in various branches throughout the Montreal Centre Region. All candidates must be fully mobile within this Region and after successful completion of the FSR Training Program the candidate will be posted to a FSR role anywhere i...
Requirements:
Post-secondary degree or diploma in business or arts with related work experience an asset
Successful completion of Mutual Funds in Canada or Canadian Securities Course
Sales-oriented and self-motivated with strong interpersonal and communication skills
Team player who is entrepreneurial, committed to continuous learning, organized, and who can keep up-to-date on changes in client needs, procedures and products
Ability to build and maintain strong client and colleague relationships
Commitment to continuous self-development
example/testUTF2.pl view on Meta::CPAN
Job Description:
Financial Services Representatives (FSRâs) are sales-oriented, self-motivated individuals who learn by observation and example. They enjoy interacting with people and turn situations into âwin-winâ opportunities. Their curiosity prompts them to...
Responsibilities: Contributes to meeting team sales plan and related activities by actively and effectively assessing customer financial needs and providing effective product solutions.
Maintains and grows the customer portfolio by identifying and promoting personal banking solutions for customer needs with a continuous focus on relationship building.
FSR Training Program: The Training Program is approximately 4 months in duration depending on previous experience. Training will take place in a branch where a mentor(s) will be assigned to work collaboratively the trainee throughout the program. Tra...
Training locations are in various branches throughout the Montreal Centre Region. All candidates must be fully mobile within this Region and after successful completion of the FSR Training Program the candidate will be posted to a FSR role anywhere i...
Requirements:
â¢Post-secondary degree or diploma in business or arts with related work experience an asset
⢠Successful completion of Mutual Funds in Canada or Canadian Securities Course
⢠Sales-oriented and self-motivated with strong interpersonal and communication skills
⢠Team player who is entrepreneurial, committed to continuous learning, organized, and who can keep up-to-date on changes in client needs, procedures and products
⢠Ability to build and maintain strong client and colleague relationships
⢠Commitment to continuous self-development
t/12-infer_from_DTD.t view on Meta::CPAN
{
my $DTD = <<'*END*';
<!ELEMENT wddxPacket (header, data)>
<!ATTLIST wddxPacket version CDATA #FIXED "1.0">
<!ELEMENT header (#PCDATA)>
<!ELEMENT data (recordset+)>
<!ELEMENT recordset (field+)>
<!ATTLIST recordset rowCount CDATA #REQUIRED fieldNames CDATA "ad_name,industry_sector,category,company_name,jobposition,location_city,location_state,location_state2,location_state_region,location_country,location_country2,location_zip,work_frequency...
<!ELEMENT field (string)>
<!ATTLIST field name CDATA #REQUIRED>
<!--#info element=field repeat_set="name" repeat_list="ad_name,industry_sector,category,company_name,jobposition,location_city,location_state,location_state2,location_state_region,location_country,location_country2,location_zip,work_frequency,job_typ...
<!--#info element=field attribute=name foo=bar-->
<!ELEMENT string (#PCDATA)>
*END*
my $good = {
"#stripspaces" => 7,
"data,wddxPacket" => "no content",
"field,recordset" => "as array no content",
"header,string" => "content",
( run in 0.461 second using v1.01-cache-2.11-cpan-5511b514fd6 )