Support Area

SobiPro club members with an active subscription are entitled to get ticket support in the support area. For our former club members we provide a free of charge forum to ask other members. If you need professional support with fast answers, feel free to join the club.

Important announcement

We wish our customers a happy holiday season and a successful 2025!

We are taking a little rest and will be back for you on January 5th, 2025.


Update SobiPro and its applications to the most recent version before reporting a problem!

  1. Marcus Lapp
  2. Community Area
  3. Monday, 23 September 2019
Hello there,

I did run a HTML validation checker over my website and I got some errors regarding "Element data is missing required attribute value."

My code, wich causes the errors, is looking like: <xsl:copy-of select="fields/field_home/data" /> and <xsl:copy-of select="fields/field_availible_detail/data" />

Located in the Entries Module .xml

Do I need to attache anything to the snippets?

Regards,
Marcus
Accepted Answer Pending Moderation
0
Votes
Undo
If you are calling fields with structural data, you should use:

<xsl:copy-of select="fields/field_name/data/*" />

path without asterisk at the end use for fields with simple data with <xsl:value-of> command.

Regards
Sikor
  1. more than a month ago
  2. Community Area
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.

This forum may be used only to ask questions and give answers for SobiPro component and its applications. Advertising, commercial questions or statements, and sharing of software of any kind is not allowed. If you need professional support, feel free to join the club and use the ticket system for subscribers. If you have membership-related questions, please use the contact form.
By using this forum, you accept the standard terms of netiquette on forums as you can find for example here.

to Top