473,324 Members | 2,356 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,324 software developers and data experts.

Embedded pictures in Microsoft InfoPath XML, XSLT and XHTML formats.

Hi,

XSLT files generated by Microsoft InfoPath applied to an applicable XML file
produces quite decent HTML presentations. At least with Mozilla and, of
course, IE 6.0 the results look the same as the original form in InfoPath.
However, pictures which were included in an InfoPath form's RTF field
before, are encoded in XHTML and embedded in the XML file as follows:

<img style="WIDTH: 541px; HEIGHT: 330px" tabIndex="-1" height="330"
src="msoinline/a0d1f46db1284886" width="541" v:shapes="_x0000_i1025"
xd:inline="XXX..XXX."
xmlns:xd="http://schemas.microsoft.com/office/infopath/2003"
xmlns:v="urn:v"></img>

Whereas "XXX.XXX" represents the character encoded picture. The according
InfoPath XSLT, which produces XHTML out of the above nearly leaves the
embedded picture code untouched:

<img xmlns:v="urn:v" style="WIDTH: 541px; HEIGHT: 330px" tabIndex="-1"
height="330" src="msoinline/a0d1f46db1284886" width="541"
v:shapes="_x0000_i1025" xd:inline="XXX..XXX."/>

This is XHTML syntax but for my knowledge the inline encoding of pictures is
not standard, isn't it? Even the IE 6.0 and Word do show empty pictures
only.

Does anyone know if embedded pictures will become a (W3C or Microsoft ;-)
standard in the future? Do the next version of IE and Word (e.g. WordML)
support
embedded pictures!?

Furthermore, does anyone know the format of the embedded picture encoding
InfoPath is using?
Thanks a lot for a short note!

BR
Sven Steinacker

Jul 20 '05 #1
1 5442
Hi Sven,
I'm having the same issue, and I think I found a solution to it.
Take a look to the following page:
http://www.infopathdev.com/howto/tutorials/default.aspx?i=46622d199b5f4042acecc1953b55676a
Jul 27 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Sergio del Amo | last post by:
Hi, I use the xslt functions provided by php. I am running in my computer the package xampp(www.apachefriends.org) which includes php/apache/mysql .. In this package the php includes the sablotron...
20
by: Bernd Fuhrmann | last post by:
Hi! I have some trouble with some simple stupid XSLT-stuff. My stylesheet: ------------- <?xml version="1.0" encoding="iso-8859-1"?> <xsl:stylesheet version="1.0"...
9
by: Jeff Rubard | last post by:
I am curious to know whether anyone has experience using XSLT for web XML (non-XHTML) styling, either with CSS or standalone. I myself have engaged in rather unsuccessful experiments with the...
8
by: valued customer | last post by:
What do you think is the future of efforts to reduce the "verbosity" of XSLT, ostensibly by people who have had years of experience working with this technology? (example site)...
4
by: Luke Dalessandro | last post by:
I have some XML data that has mixed content XML tags that embed XHTML tags, for instance: <note>Somebody wrote this note in XHTML and wanto to <a href="link.html" target="_new">link</a> to a...
13
by: Tjerk Wolterink | last post by:
Hello i've an xsl stylesheet that must support xhtml entities, my solution: ---- <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE xsl:stylesheet > <xsl:stylesheet version="1.0"...
4
by: simon.a.hulbert | last post by:
Hi, I'm trying to view the following xslt transformation using firefox <xsl:stylesheet xmlns:xsl = "http://www.w3.org/1999/XSL/Transform" version = "1.0" > <xsl:output method = "xml" indent =...
2
by: chriscorbell | last post by:
I have a specific but somewhat high-level question on how to approach a schema which embeds a subset of XHTML in some elements. I have a schema defined for a logical document structure. Sections...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.