Extension Builder 6.4 escaping tags

This section is for posting questions which are not directly related to WYSIWYG Web Builder.
Examples of off topics: web server configuration, hosting, programming related questions, third party scripts.

Note that these questions will generally not be answered by the administrators of this forum.
Post Reply
User avatar
NDV
 
 
Posts: 136
Joined: Sun May 19, 2019 8:27 pm
Location: Ukraine
Contact:

Extension Builder 6.4 escaping tags

Post by NDV »

Hello!
Who can tell you. I train to do an xsl template Extension Builder 6.4.
Question 1
I try to add add tags to Type: edit.
In the output of WYSIWYG Web Builder I get escaping tags < span >
In Type: edit, I used Type Line and Multi line.

Code: Select all

<h3>Title 1</h3>
<p>&lt;span&gt;Lorem ipsum dolor&lt;/span&gt; sit amet, consectetur adipiscing elit. Integer nec</p>
Example: https://yadi.sk/d/kFy1prCy7XQSvg

Question 2
No support wwb16.min.js?
https://t.me/webart42
I offer my services for website development in WYSIWYG Web Builder, HTML/CSS/JQuery.
Contact us on telegram @webart42
User avatar
Pablo
 
Posts: 21720
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Extension Builder 6.4 escaping tags

Post by Pablo »

You can check 'wwb.min.js' to include wwb16.min.js

Unfortunate, I cannot help you with the creation of xsl templates.
User avatar
NDV
 
 
Posts: 136
Joined: Sun May 19, 2019 8:27 pm
Location: Ukraine
Contact:

Re: Extension Builder 6.4 escaping tags

Post by NDV »

enabled wwb.min.js and connect wwb15.min.js

Code: Select all

<script src="js/wwb15.min.js"></script>
ExtBuilder.exe located "C:\Program Files\WYSIWYG Web Builder 16"
The default is WWB16
https://t.me/webart42
I offer my services for website development in WYSIWYG Web Builder, HTML/CSS/JQuery.
Contact us on telegram @webart42
User avatar
NDV
 
 
Posts: 136
Joined: Sun May 19, 2019 8:27 pm
Location: Ukraine
Contact:

Re: Extension Builder 6.4 escaping tags

Post by NDV »

Found. This is not my fault.
I took extension from other developers.
Also, the error appears xsl Extension Builder 6.4, escapes HTML tags :cry:
https://t.me/webart42
I offer my services for website development in WYSIWYG Web Builder, HTML/CSS/JQuery.
Contact us on telegram @webart42
User avatar
Pablo
 
Posts: 21720
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Extension Builder 6.4 escaping tags

Post by Pablo »

Extensions Builder uses MSXML for XML templates so the functionality is implemented in Windows.
https://en.wikipedia.org/wiki/MSXML
User avatar
BaconFries
 
 
Posts: 5371
Joined: Thu Aug 16, 2007 7:32 pm

Re: Extension Builder 6.4 escaping tags

Post by BaconFries »

It's been a very long time since I have written xsl so I will be rusty. From reading are you trying to do this
<p>&lt;span&gt;Lorem so that the output will be <p><span>Lorem
Then if memory serves me you have to escape using something like the following

Code: Select all

<xsl:value-of select="expression" disable-output-escaping="yes|no" />
As mentioned it been so long that this may be incorrect...
User avatar
NDV
 
 
Posts: 136
Joined: Sun May 19, 2019 8:27 pm
Location: Ukraine
Contact:

Re: Extension Builder 6.4 escaping tags

Post by NDV »

Thank you very much for your help! :)
https://t.me/webart42
I offer my services for website development in WYSIWYG Web Builder, HTML/CSS/JQuery.
Contact us on telegram @webart42
Post Reply