#27464

Pd4ML does support CSS selectors like “.tableclass td”. Among the supported CSS selector types are the following:

  • * Universal selector
  • E Type selectors
  • E F Descendant selectors
  • E > F Child selectors
  • E:first-child The :first-child pseudo-class
  • E + F Adjacent selectors
  • E[foo] Attribute selectors
  • E[foo=”warning”] Attribute selectors

If for some reason it does not work for you, I would check if CSS properties (in your message they are substituted with “…”) are supported by PD4ML. See the list of supported CSS properties: http://pd4ml.com/css.htm