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.

SobiPro Announcement
SobiPro 2.5 is available!

As an active customer download the full version of SobiPro from the description page or download the trial version of SobiPro free of charge.

SobiPro 2.5 is Joomla 5 compatible.
We are in the process to test our applications if they work with Joomla 5. Tested applications will be available in repository. You can download untested versions that may work on Joomla 5 on our site.


Repository certificate renewed!

The SSL certificate of the repository expired and we had to renew it. Please update the repository as described here and have your subscription token and id handy. You will find them on your personal club account page My Subscriptions.

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

We are continously improving SobiPro and its applications, fixing bugs and making working with them more easy. Still we see that some users report problems for older versions. Mostly they are already fixed. If you are using older versions, please update SobiPro and its applications to the most recent versions!

  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