Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Couldn't tag metadata for some xml files only
gajjala
Hi,
Environment: TS 6.5 sp2 on Solaris; Metatagger 4.1
I searched lot on this in DevNet but couldn't find something useful for me.
I am facing a strange issue..When I want to tag an xml file (by going to File -> Tag menu), I am getting the error "There was a problem with metadata capture configuration. Please contact your system administrator." This is the problem with only some xml files, its working fine for other xml and html files. I checked for differences (like special characters) between the xmls which can tag and can't, but there are no such differences.
I am researching on this...but, the thing thats frustating is "this is working for many xml and files and all html files".
I am attaching datacapture.cfg, metadata-rules.cfg, an xml file that can be tagged(working.xml) and an xml file that can't be tagged (not_working.xml) for your reference.
Any help will be highly appreciated.
Thanks in advance.
Find more posts tagged with
Comments
Migrateduser
The XML isn't valid in either of them, but seems able to forgive one spare ">", but not two
working:
<meta name="ZoneTag" content="Custom IC Design > AMS" />
not working:
<meta name="ZoneTag" content="Custom IC Design > Sell > AMS" />
Try using >.
Cheers,
Clark